COLOR #001B52

HEX: #001B52
RGB: (0,27,82)

Renk bilgisi

#001B52 contains only green and blue colors. #001B52 ‘ nin web güvenlik rengi #003366 (ya da #036) dir.

RGB renk modeli

#001B52 color RGB value is (0,27,82).

  • kırmız ton 0;
  • yeşil ton 27;
  • mavi ton 82.
RGB:
(0,27,82)
(0%,11%,32%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 27 of 255 = 11%
B 82 of 255 = 32%

0
27
82

R + G + B ~ 14%. #001B52 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 27 + 82 = 109 (100%)
R 0 of 109 ~ 0%
G 27 of 109 ~ 24.77%
B 82 of 109 ~ 75.23%

%24.77
%75.23

CMYK RENK MODELİ

#001B52 rengi CMYK tonu (100,67,0,68).

  • camgöbeği tonu 100.00%
  • eflatun tonu 67.07%
  • sarı tonu 0.00%
  • ana renk tonu 67.84%
CMYK:
(100,67,0,68)
C100M67Y0K68 
(100%,67%,0%,68%)
(1.00/0.67/0.00/0.68)	

CMYK yüzdeleri

%100
%67.07
%0
%67.84

Codes

Color #001B52 in popluar color models

001B52
RGB02782
HSL220°100.00%16.08%
HSB/HSV220°100.00%32.16%
CMYK100.00%67.07%0.00%
67.84%

Color #001B52 in popluar number systems.

HEX001B52
Decimal02782
Binary0110111010010
Octal033122

Shades and tints

Shades of #001B52

#001B52
(0,27,82)
#00194B
(0,25,75)
#001744
(0,23,68)
#00153D
(0,21,61)
#001336
(0,19,54)
#00112F
(0,17,47)
#000F28
(0,15,40)
#000D21
(0,13,33)
#000B1A
(0,11,26)
#000913
(0,9,19)
#00070C
(0,7,12)
#000000
(0,0,0)

Tints of #001B52

#001B52
(0,27,82)
#172F61
(23,47,97)
#2E4370
(46,67,112)
#45577F
(69,87,127)
#5C6B8E
(92,107,142)
#737F9D
(115,127,157)
#8A93AC
(138,147,172)
#A1A7BB
(161,167,187)
#B8BBCA
(184,187,202)
#CFCFD9
(207,207,217)
#E6E3E8
(230,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001B52 color. Also use rgb(0,27,82) instead hex code.

Text Font Color

.myTextColor { color: #001B52; }

<p style="color:#001B52">This sample text font color is #001B52.</p>

This text font color is #001B52.


Background Color

.myBgColor { background-color: #001B52; }

<div style="background-color:#001B52">Inner text</div>

This div background color is #001B52.


Border color

.myBorderColor { border: 1px solid #001B52; }

<div style="border:3px solid #001B52">Div</div>

This div border color is #001B52.


Opacity

.myOpacity80 { color: #001B52; opacity: 0.8; }

<p style="color:#001B52;opacity:0.8;">80%</p>

Text with #001B52 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #001B52;}

<p style="text-shadow: 3px 3px 1px #001B52">Text here.</p>

This text has shadow with #001B52 color.

.textShadow {text-shadow: 3px 3px 1px #001B52, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #001B52, 5px 5px 20px red">Text here.</p>

This text has shadow with #001B52 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#001B52, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#001B52, Direction=45, Strength=4)">Text</p>

This text has shadow with #001B52 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #001B52;
  -webkit-box-shadow:	1px 1px 3px 2px #001B52;
  box-shadow:		1px 1px 3px 2px #001B52;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #001B52;
-webkit-box-shadow: 1px 1px 3px 2px #001B52;
box-shadow:1px 1px 3px 2px #001B52;">
Div content here</div>
This div box has shadow with color #001B52.

Preview

Color preview on black background

This text has color #001B52 on black background.


Color preview on white background

This text has color #001B52 on white background.



Black color preview on #001B52 background

This text has black color on #001B52 background.


White color preview on #001B52 background

This text has white color on #001B52 background.