Html Css Color HEX #164791 Dark Cerulean

📋 copy color: '#164791'

red 22 ◦ green 71 ◦ blue 145

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

Shades of Dark Cerulean #164791

Tints of Dark Cerulean #164791

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.83%

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

R = 9.24%
G = 29.83%
B = 60.92%

CMYK

 C value IS 0.85

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#164791 (or 0x164791) is known color: Dark Cerulean. HEX triplet: 16, 47 and 91. RGB value is (22,71,145). Sum of RGB (Red+Green+Blue) = 22+71+145=238 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.24% from 238); Green value is 71 (28.12% from 255 or 29.83% from 238); Blue value is 145 (57.03% from 255 or 60.92% from 238); Max value from RGB is 145 - color contains mainly: blue. Hex color #164791 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164791 is #E9B86E. Grayscale: #404040. Windows color (decimal): -15317103 or 9520918. OLE color: 9520918.

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

Color convert

RGB 22 71 145 -
CMYK 0.85 0.51 0 0.43
HSL 216.1º 0.74% 0.33% -
HSV(B) 216.1º 0.85% 0.57% -
XYZ 7.69 6.72 27.68 -
YUV 64.79 173.27 97.48 -
System Red Green Blue C M Y K H S L
Decimal 22 71 145 0.85 0.51 0 0.43 216.1 0.74 0.33
Hex 16 47 91 55 33 0 2B D8 4A 21
Octal 26 107 221 125 63 0 53 330 112 41
Binary 10110 1000111 10010001 1010101 110011 0 101011 11011000 1001010 100001

Color Harmonies of #164791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164791

Black with #164791

Text Example


Text Example

White with #164791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164791; }

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

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

background-color css

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

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

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

border-color css

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

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

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