Html Css Color HEX #214052 Nile Blue

📋 copy color: '#214052'

red 33 ◦ green 64 ◦ blue 82

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

Shades of Nile Blue #214052

Tints of Nile Blue #214052

RGB

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

 GREEN value IS 64 (25.39% from 255) = 35.75%

 BLUE value IS 82 (32.42% from 255) = 45.81%

R = 18.44%
G = 35.75%
B = 45.81%

CMYK

 C value IS 0.60

 M value IS 0.22

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#214052 (or 0x214052) is known color: Nile Blue. HEX triplet: 21, 40 and 52. RGB value is (33,64,82). Sum of RGB (Red+Green+Blue) = 33+64+82=179 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.44% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 82 (32.42% from 255 or 45.81% from 179); Max value from RGB is 82 - color contains mainly: blue. Hex color #214052 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214052 is #DEBFAD. Grayscale: #383838. Windows color (decimal): -14598062 or 5390369. OLE color: 5390369.

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

Color convert

RGB 33 64 82 -
CMYK 0.60 0.22 0 0.68
HSL 202.04º 0.43% 0.23% -
HSV(B) 202.04º 0.6% 0.32% -
XYZ 3.98 4.6 8.66 -
YUV 56.78 142.23 111.04 -
System Red Green Blue C M Y K H S L
Decimal 33 64 82 0.60 0.22 0 0.68 202.04 0.43 0.23
Hex 21 40 52 3C 16 0 44 CA 2B 17
Octal 41 100 122 74 26 0 104 312 53 27
Binary 100001 1000000 1010010 111100 10110 0 1000100 11001010 101011 10111

Color Harmonies of #214052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214052

Black with #214052

Text Example


Text Example

White with #214052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214052; }

 p { color: rgb(33,64,82); }

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

background-color css

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

 a { background-color: rgb(33,64,82); }

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

border-color css

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

 span { border-color: rgb(33,64,82); }

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