Html Css Color HEX #164473 Dark Cerulean

📋 copy color: '#164473'

red 22 ◦ green 68 ◦ blue 115

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

Shades of Dark Cerulean #164473

Tints of Dark Cerulean #164473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 56.1%

R = 10.73%
G = 33.17%
B = 56.1%

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

#164473 (or 0x164473) is known color: Dark Cerulean. HEX triplet: 16, 44 and 73. RGB value is (22,68,115). Sum of RGB (Red+Green+Blue) = 22+68+115=205 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.73% from 205); Green value is 68 (26.95% from 255 or 33.17% from 205); Blue value is 115 (45.31% from 255 or 56.10% from 205); Max value from RGB is 115 - color contains mainly: blue. Hex color #164473 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164473 is #E9BB8C. Grayscale: #3B3B3B. Windows color (decimal): -15317901 or 7554070. OLE color: 7554070.

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

Color convert

RGB 22 68 115 -
CMYK 0.81 0.41 0 0.55
HSL 210.32º 0.68% 0.27% -
HSV(B) 210.32º 0.81% 0.45% -
XYZ 5.49 5.54 17 -
YUV 59.6 159.26 101.18 -
System Red Green Blue C M Y K H S L
Decimal 22 68 115 0.81 0.41 0 0.55 210.32 0.68 0.27
Hex 16 44 73 51 29 0 37 D2 44 1B
Octal 26 104 163 121 51 0 67 322 104 33
Binary 10110 1000100 1110011 1010001 101001 0 110111 11010010 1000100 11011

Color Harmonies of #164473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164473

Black with #164473

Text Example


Text Example

White with #164473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164473; }

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

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

background-color css

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

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

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

border-color css

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

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

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