Html Css Color HEX #164372 Dark Cerulean

📋 copy color: '#164372'

red 22 ◦ green 67 ◦ blue 114

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

Shades of Dark Cerulean #164372

Tints of Dark Cerulean #164372

RGB

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

 GREEN value IS 67 (26.56% from 255) = 33%

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

R = 10.84%
G = 33%
B = 56.16%

CMYK

 C value IS 0.81

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#164372 (or 0x164372) is known color: Dark Cerulean. HEX triplet: 16, 43 and 72. RGB value is (22,67,114). Sum of RGB (Red+Green+Blue) = 22+67+114=203 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.84% from 203); Green value is 67 (26.56% from 255 or 33.00% from 203); Blue value is 114 (44.92% from 255 or 56.16% from 203); Max value from RGB is 114 - color contains mainly: blue. Hex color #164372 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164372 is #E9BC8D. Grayscale: #3A3A3A. Windows color (decimal): -15318158 or 7488278. OLE color: 7488278.

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

Color convert

RGB 22 67 114 -
CMYK 0.81 0.41 0 0.55
HSL 210.65º 0.68% 0.27% -
HSV(B) 210.65º 0.81% 0.45% -
XYZ 5.38 5.4 16.68 -
YUV 58.9 159.09 101.68 -
System Red Green Blue C M Y K H S L
Decimal 22 67 114 0.81 0.41 0 0.55 210.65 0.68 0.27
Hex 16 43 72 51 29 0 37 D3 44 1B
Octal 26 103 162 121 51 0 67 323 104 33
Binary 10110 1000011 1110010 1010001 101001 0 110111 11010011 1000100 11011

Color Harmonies of #164372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164372

Black with #164372

Text Example


Text Example

White with #164372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164372; }

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

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

background-color css

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

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

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

border-color css

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

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

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