Html Css Color HEX #164591 Dark Cerulean

📋 copy color: '#164591'

red 22 ◦ green 69 ◦ blue 145

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

Shades of Dark Cerulean #164591

Tints of Dark Cerulean #164591

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.24%

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

R = 9.32%
G = 29.24%
B = 61.44%

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

#164591 (or 0x164591) is known color: Dark Cerulean. HEX triplet: 16, 45 and 91. RGB value is (22,69,145). Sum of RGB (Red+Green+Blue) = 22+69+145=236 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.32% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 145 (57.03% from 255 or 61.44% from 236); Max value from RGB is 145 - color contains mainly: blue. Hex color #164591 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164591 is #E9BA6E. Grayscale: #3F3F3F. Windows color (decimal): -15317615 or 9520406. OLE color: 9520406.

HSL color Cylindrical-coordinate representation of color #164591: hue angle of 217.07º 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 #164591 is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 22 69 145 -
CMYK 0.85 0.52 0 0.43
HSL 217.07º 0.74% 0.33% -
HSV(B) 217.07º 0.85% 0.57% -
XYZ 7.57 6.47 27.64 -
YUV 63.61 173.93 98.32 -
System Red Green Blue C M Y K H S L
Decimal 22 69 145 0.85 0.52 0 0.43 217.07 0.74 0.33
Hex 16 45 91 55 34 0 2B D9 4A 21
Octal 26 105 221 125 64 0 53 331 112 41
Binary 10110 1000101 10010001 1010101 110100 0 101011 11011001 1001010 100001

Color Harmonies of #164591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164591

Black with #164591

Text Example


Text Example

White with #164591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164591; }

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

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

background-color css

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

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

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

border-color css

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

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

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