#213B4F

Color #213B4F Nile Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nile Blue #213B4F

Tints of Nile Blue #213B4F

Color information

#213B4F (or 0x213B4F) is unknown color: approx Nile Blue. HEX triplet: 21, 3B and 4F. RGB value is (33,59,79). Sum of RGB (Red+Green+Blue) = 33+59+79=171 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.30% from 171); Green value is 59 (23.44% from 255 or 34.50% from 171); Blue value is 79 (31.25% from 255 or 46.20% from 171); Max value from RGB is 79 - color contains mainly: blue. Hex color #213B4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213B4F is #DEC4B0. Grayscale: #353535. Windows color (decimal): -14599345 or 5192481. OLE color: 5192481.

HSL color Cylindrical-coordinate representation of color #213B4F: hue angle of 206.09º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #213B4F is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB335979-
CMYK0.580.2500.69
HSL206.09º41.07%21.96%-
HSV(B)206.09º58.23%30.98%-
XYZ3.64.027.98-
YUV53.51142.39113.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 33 (13.28% from 255) = 19.30%
GREEN value IS 59 (23.44% from 255) = 34.50%
BLUE value IS 79 (31.25% from 255) = 46.20%
R=19.30%
G=34.50%
B=46.20%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3359790.580.2500.69206.0941.0721.96
Hex213B4F3A19045ce2916
Octal4173117723101053165126
Binary100001111011100111111101011001010001011100111010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213B4F; }

 p { color: rgb(33,59,79); }

 H1.HeaderClassName
 {
   color: #213B4F;
 }
 .AnyTagClassName
 {
   color: #213B4F;
 }
</style>
background-color css

<style>
 a { background-color: #213B4F; }

 a { background-color: rgb(33,59,79); }

 div.DivClassName
 {
   background-color: #213B4F;
 }
 .BgClassName
 {
   background-color: #213B4F;
 }
</style>
border-color css

<style>
 span { border-color: #213B4F; }

 span { border-color: rgb(33,59,79); }

 td.TdClassName
 {
   border-color: #213B4F;
 }
 .TagClassName
 {
   border-color: #213B4F;
 }
</style>