Html Css Color HEX #213E51 Nile Blue

📋 copy color: '#213E51'

red 33 ◦ green 62 ◦ blue 81

#213E51
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nile Blue #213E51

Tints of Nile Blue #213E51

RGB

 RED value IS 33 (13.28% from 255) = 18.75%

 GREEN value IS 62 (24.61% from 255) = 35.23%

 BLUE value IS 81 (32.03% from 255) = 46.02%

R = 18.75%
G = 35.23%
B = 46.02%

CMYK

 C value IS 0.59

 M value IS 0.23

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#213E51 (or 0x213E51) is known color: Nile Blue. HEX triplet: 21, 3E and 51. RGB value is (33,62,81). Sum of RGB (Red+Green+Blue) = 33+62+81=176 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.75% from 176); Green value is 62 (24.61% from 255 or 35.23% from 176); Blue value is 81 (32.03% from 255 or 46.02% from 176); Max value from RGB is 81 - color contains mainly: blue. Hex color #213E51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213E51 is #DEC1AE. Grayscale: #373737. Windows color (decimal): -14598575 or 5324321. OLE color: 5324321.

HSL color Cylindrical-coordinate representation of color #213E51: hue angle of 203.75º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #213E51 is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 33 62 81 -
CMYK 0.59 0.23 0 0.68
HSL 203.75º 0.42% 0.22% -
HSV(B) 203.75º 0.59% 0.32% -
XYZ 3.84 4.36 8.42 -
YUV 55.5 142.39 111.96 -
System Red Green Blue C M Y K H S L
Decimal 33 62 81 0.59 0.23 0 0.68 203.75 0.42 0.22
Hex 21 3E 51 3B 17 0 44 CC 2A 16
Octal 41 76 121 73 27 0 104 314 52 26
Binary 100001 111110 1010001 111011 10111 0 1000100 11001100 101010 10110

Color Harmonies of #213E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213E51

Black with #213E51

Text Example


Text Example

White with #213E51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,62,81); }

 H1.HeaderClassName
 {
   color: #213E51;
 }
 .AnyTagClassName
 {
   color: #213E51;
 }
</style>

background-color css

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

 a { background-color: rgb(33,62,81); }

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

border-color css

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

 span { border-color: rgb(33,62,81); }

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