Html Css Color HEX #164992 Dark Cerulean

📋 copy color: '#164992'

red 22 ◦ green 73 ◦ blue 146

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

Shades of Dark Cerulean #164992

Tints of Dark Cerulean #164992

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.29%

 BLUE value IS 146 (57.42% from 255) = 60.58%

R = 9.13%
G = 30.29%
B = 60.58%

CMYK

 C value IS 0.85

 M value IS 0.5

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#164992 (or 0x164992) is known color: Dark Cerulean. HEX triplet: 16, 49 and 92. RGB value is (22,73,146). Sum of RGB (Red+Green+Blue) = 22+73+146=241 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.13% from 241); Green value is 73 (28.91% from 255 or 30.29% from 241); Blue value is 146 (57.42% from 255 or 60.58% from 241); Max value from RGB is 146 - color contains mainly: blue. Hex color #164992 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164992 is #E9B66D. Grayscale: #414141. Windows color (decimal): -15316590 or 9586966. OLE color: 9586966.

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

Color convert

RGB 22 73 146 -
CMYK 0.85 0.5 0 0.43
HSL 215.32º 0.74% 0.33% -
HSV(B) 215.32º 0.85% 0.57% -
XYZ 7.9 7.01 28.13 -
YUV 66.07 173.1 96.56 -
System Red Green Blue C M Y K H S L
Decimal 22 73 146 0.85 0.5 0 0.43 215.32 0.74 0.33
Hex 16 49 92 55 32 0 2B D7 4A 21
Octal 26 111 222 125 62 0 53 327 112 41
Binary 10110 1001001 10010010 1010101 110010 0 101011 11010111 1001010 100001

Color Harmonies of #164992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164992

Black with #164992

Text Example


Text Example

White with #164992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164992; }

 p { color: rgb(22,73,146); }

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

background-color css

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

 a { background-color: rgb(22,73,146); }

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

border-color css

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

 span { border-color: rgb(22,73,146); }

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