Html Css Color HEX #164672 Dark Cerulean

📋 copy color: '#164672'

red 22 ◦ green 70 ◦ blue 114

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

Shades of Dark Cerulean #164672

Tints of Dark Cerulean #164672

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.98%

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

R = 10.68%
G = 33.98%
B = 55.34%

CMYK

 C value IS 0.81

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#164672 (or 0x164672) is known color: Dark Cerulean. HEX triplet: 16, 46 and 72. RGB value is (22,70,114). Sum of RGB (Red+Green+Blue) = 22+70+114=206 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.68% from 206); Green value is 70 (27.73% from 255 or 33.98% from 206); Blue value is 114 (44.92% from 255 or 55.34% from 206); Max value from RGB is 114 - color contains mainly: blue. Hex color #164672 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164672 is #E9B98D. Grayscale: #3C3C3C. Windows color (decimal): -15317390 or 7489046. OLE color: 7489046.

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

Color convert

RGB 22 70 114 -
CMYK 0.81 0.39 0 0.55
HSL 208.7º 0.68% 0.27% -
HSV(B) 208.7º 0.81% 0.45% -
XYZ 5.56 5.77 16.74 -
YUV 60.66 158.1 100.42 -
System Red Green Blue C M Y K H S L
Decimal 22 70 114 0.81 0.39 0 0.55 208.7 0.68 0.27
Hex 16 46 72 51 27 0 37 D1 44 1B
Octal 26 106 162 121 47 0 67 321 104 33
Binary 10110 1000110 1110010 1010001 100111 0 110111 11010001 1000100 11011

Color Harmonies of #164672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164672

Black with #164672

Text Example


Text Example

White with #164672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164672; }

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

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

background-color css

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

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

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

border-color css

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

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

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