Html Css Color HEX #164691 Dark Cerulean

📋 copy color: '#164691'

red 22 ◦ green 70 ◦ blue 145

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

Shades of Dark Cerulean #164691

Tints of Dark Cerulean #164691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 61.18%

R = 9.28%
G = 29.54%
B = 61.18%

CMYK

 C value IS 0.85

 M value IS 0.52

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#164691 (or 0x164691) is known color: Dark Cerulean. HEX triplet: 16, 46 and 91. RGB value is (22,70,145). Sum of RGB (Red+Green+Blue) = 22+70+145=237 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.28% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 145 (57.03% from 255 or 61.18% from 237); Max value from RGB is 145 - color contains mainly: blue. Hex color #164691 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164691 is #E9B96E. Grayscale: #3F3F3F. Windows color (decimal): -15317359 or 9520662. OLE color: 9520662.

HSL color Cylindrical-coordinate representation of color #164691: hue angle of 216.59º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #164691 is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 22 70 145 -
CMYK 0.85 0.52 0 0.43
HSL 216.59º 0.74% 0.33% -
HSV(B) 216.59º 0.85% 0.57% -
XYZ 7.63 6.6 27.66 -
YUV 64.2 173.6 97.9 -
System Red Green Blue C M Y K H S L
Decimal 22 70 145 0.85 0.52 0 0.43 216.59 0.74 0.33
Hex 16 46 91 55 34 0 2B D9 4A 21
Octal 26 106 221 125 64 0 53 331 112 41
Binary 10110 1000110 10010001 1010101 110100 0 101011 11011001 1001010 100001

Color Harmonies of #164691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164691

Black with #164691

Text Example


Text Example

White with #164691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164691; }

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

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

background-color css

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

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

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

border-color css

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

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

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