Html Css Color HEX #164472 Dark Cerulean

📋 copy color: '#164472'

red 22 ◦ green 68 ◦ blue 114

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

Shades of Dark Cerulean #164472

Tints of Dark Cerulean #164472

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.33%

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

R = 10.78%
G = 33.33%
B = 55.88%

CMYK

 C value IS 0.81

 M value IS 0.40

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#164472 (or 0x164472) is known color: Dark Cerulean. HEX triplet: 16, 44 and 72. RGB value is (22,68,114). Sum of RGB (Red+Green+Blue) = 22+68+114=204 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.78% from 204); Green value is 68 (26.95% from 255 or 33.33% from 204); Blue value is 114 (44.92% from 255 or 55.88% from 204); Max value from RGB is 114 - color contains mainly: blue. Hex color #164472 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164472 is #E9BB8D. Grayscale: #3B3B3B. Windows color (decimal): -15317902 or 7488534. OLE color: 7488534.

HSL color Cylindrical-coordinate representation of color #164472: hue angle of 210º 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 #164472 is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 22 68 114 -
CMYK 0.81 0.40 0 0.55
HSL 210º 0.68% 0.27% -
HSV(B) 210º 0.81% 0.45% -
XYZ 5.44 5.52 16.7 -
YUV 59.49 158.76 101.26 -
System Red Green Blue C M Y K H S L
Decimal 22 68 114 0.81 0.40 0 0.55 210 0.68 0.27
Hex 16 44 72 51 28 0 37 D2 44 1B
Octal 26 104 162 121 50 0 67 322 104 33
Binary 10110 1000100 1110010 1010001 101000 0 110111 11010010 1000100 11011

Color Harmonies of #164472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164472

Black with #164472

Text Example


Text Example

White with #164472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164472; }

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

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

background-color css

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

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

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

border-color css

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

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

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