COLOR #00214B

HEX: #00214B
RGB: (0,33,75)

Renk bilgisi

#00214B contains only green and blue colors. #00214B ‘ nin web güvenlik rengi #003333 (ya da #033) dir.

RGB renk modeli

#00214B color RGB value is (0,33,75).

  • kırmız ton 0;
  • yeşil ton 33;
  • mavi ton 75.
RGB:
(0,33,75)
(0%,13%,29%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 33 of 255 = 13%
B 75 of 255 = 29%

0
33
75

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

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 33 + 75 = 108 (100%)
R 0 of 108 ~ 0%
G 33 of 108 ~ 30.56%
B 75 of 108 ~ 69.44%

%30.56
%69.44

CMYK RENK MODELİ

#00214B rengi CMYK tonu (100,56,0,71).

  • camgöbeği tonu 100.00%
  • eflatun tonu 56.00%
  • sarı tonu 0.00%
  • ana renk tonu 70.59%
CMYK:
(100,56,0,71)
C100M56Y0K71 
(100%,56%,0%,71%)
(1.00/0.56/0.00/0.71)	

CMYK yüzdeleri

%100
%56
%0
%70.59

Codes

Color #00214B in popluar color models

00214B
RGB03375
HSL214°100.00%14.71%
HSB/HSV214°100.00%29.41%
CMYK100.00%56.00%0.00%
70.59%

Color #00214B in popluar number systems.

HEX00214B
Decimal03375
Binary01000011001011
Octal041113

Shades and tints

Shades of #00214B

#00214B
(0,33,75)
#001E45
(0,30,69)
#001B3F
(0,27,63)
#001839
(0,24,57)
#001533
(0,21,51)
#00122D
(0,18,45)
#000F27
(0,15,39)
#000C21
(0,12,33)
#00091B
(0,9,27)
#000615
(0,6,21)
#00030F
(0,3,15)
#000000
(0,0,0)

Tints of #00214B

#00214B
(0,33,75)
#17355B
(23,53,91)
#2E496B
(46,73,107)
#455D7B
(69,93,123)
#5C718B
(92,113,139)
#73859B
(115,133,155)
#8A99AB
(138,153,171)
#A1ADBB
(161,173,187)
#B8C1CB
(184,193,203)
#CFD5DB
(207,213,219)
#E6E9EB
(230,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00214B color. Also use rgb(0,33,75) instead hex code.

Text Font Color

.myTextColor { color: #00214B; }

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

This text font color is #00214B.


Background Color

.myBgColor { background-color: #00214B; }

<div style="background-color:#00214B">Inner text</div>

This div background color is #00214B.


Border color

.myBorderColor { border: 1px solid #00214B; }

<div style="border:3px solid #00214B">Div</div>

This div border color is #00214B.


Opacity

.myOpacity80 { color: #00214B; opacity: 0.8; }

<p style="color:#00214B;opacity:0.8;">80%</p>

Text with #00214B 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 #00214B;}

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

This text has shadow with #00214B color.

.textShadow {text-shadow: 3px 3px 1px #00214B, 3px 3px 1px red;}

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

This text has shadow with #00214B primary color and red secondary color.


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

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

This text has shadow with #00214B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00214B on black background.


Color preview on white background

This text has color #00214B on white background.



Black color preview on #00214B background

This text has black color on #00214B background.


White color preview on #00214B background

This text has white color on #00214B background.