Html Css Color HEX #213E4F Nile Blue

📋 copy color: '#213E4F'

red 33 ◦ green 62 ◦ blue 79

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

Shades of Nile Blue #213E4F

Tints of Nile Blue #213E4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 45.4%

R = 18.97%
G = 35.63%
B = 45.4%

CMYK

 C value IS 0.58

 M value IS 0.22

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#213E4F (or 0x213E4F) is known color: Nile Blue. HEX triplet: 21, 3E and 4F. RGB value is (33,62,79). Sum of RGB (Red+Green+Blue) = 33+62+79=174 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.97% from 174); Green value is 62 (24.61% from 255 or 35.63% from 174); Blue value is 79 (31.25% from 255 or 45.40% from 174); Max value from RGB is 79 - color contains mainly: blue. Hex color #213E4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213E4F is #DEC1B0. Grayscale: #373737. Windows color (decimal): -14598577 or 5193249. OLE color: 5193249.

HSL color Cylindrical-coordinate representation of color #213E4F: hue angle of 202.17º 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 #213E4F is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 33 62 79 -
CMYK 0.58 0.22 0 0.69
HSL 202.17º 0.41% 0.22% -
HSV(B) 202.17º 0.58% 0.31% -
XYZ 3.76 4.33 8.04 -
YUV 55.27 141.39 112.12 -
System Red Green Blue C M Y K H S L
Decimal 33 62 79 0.58 0.22 0 0.69 202.17 0.41 0.22
Hex 21 3E 4F 3A 16 0 45 CA 29 16
Octal 41 76 117 72 26 0 105 312 51 26
Binary 100001 111110 1001111 111010 10110 0 1000101 11001010 101001 10110

Color Harmonies of #213E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213E4F

Black with #213E4F

Text Example


Text Example

White with #213E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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