Html Css Color HEX #164072 Dark Cerulean

📋 copy color: '#164072'

red 22 ◦ green 64 ◦ blue 114

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

Shades of Dark Cerulean #164072

Tints of Dark Cerulean #164072

RGB

 RED value IS 22 (8.98% from 255) = 11%

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

 BLUE value IS 114 (44.92% from 255) = 57%

R = 11%
G = 32%
B = 57%

CMYK

 C value IS 0.81

 M value IS 0.44

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#164072 (or 0x164072) is known color: Dark Cerulean. HEX triplet: 16, 40 and 72. RGB value is (22,64,114). Sum of RGB (Red+Green+Blue) = 22+64+114=200 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11% from 200); Green value is 64 (25.39% from 255 or 32% from 200); Blue value is 114 (44.92% from 255 or 57% from 200); Max value from RGB is 114 - color contains mainly: blue. Hex color #164072 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164072 is #E9BF8D. Grayscale: #383838. Windows color (decimal): -15318926 or 7487510. OLE color: 7487510.

HSL color Cylindrical-coordinate representation of color #164072: hue angle of 212.61º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #164072 is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 22 64 114 -
CMYK 0.81 0.44 0 0.55
HSL 212.61º 0.68% 0.27% -
HSV(B) 212.61º 0.81% 0.45% -
XYZ 5.2 5.05 16.62 -
YUV 57.14 160.09 102.93 -
System Red Green Blue C M Y K H S L
Decimal 22 64 114 0.81 0.44 0 0.55 212.61 0.68 0.27
Hex 16 40 72 51 2C 0 37 D5 44 1B
Octal 26 100 162 121 54 0 67 325 104 33
Binary 10110 1000000 1110010 1010001 101100 0 110111 11010101 1000100 11011

Color Harmonies of #164072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164072

Black with #164072

Text Example


Text Example

White with #164072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164072; }

 p { color: rgb(22,64,114); }

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

background-color css

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

 a { background-color: rgb(22,64,114); }

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

border-color css

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

 span { border-color: rgb(22,64,114); }

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