Html Css Color HEX #164492 Dark Cerulean

📋 copy color: '#164492'

red 22 ◦ green 68 ◦ blue 146

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

Shades of Dark Cerulean #164492

Tints of Dark Cerulean #164492

RGB

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

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

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

R = 9.32%
G = 28.81%
B = 61.86%

CMYK

 C value IS 0.85

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#164492 (or 0x164492) is known color: Dark Cerulean. HEX triplet: 16, 44 and 92. RGB value is (22,68,146). Sum of RGB (Red+Green+Blue) = 22+68+146=236 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.32% from 236); Green value is 68 (26.95% from 255 or 28.81% from 236); Blue value is 146 (57.42% from 255 or 61.86% from 236); Max value from RGB is 146 - color contains mainly: blue. Hex color #164492 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164492 is #E9BB6D. Grayscale: #3E3E3E. Windows color (decimal): -15317870 or 9585686. OLE color: 9585686.

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

Color convert

RGB 22 68 146 -
CMYK 0.85 0.53 0 0.43
HSL 217.74º 0.74% 0.33% -
HSV(B) 217.74º 0.85% 0.57% -
XYZ 7.59 6.38 28.03 -
YUV 63.14 174.76 98.66 -
System Red Green Blue C M Y K H S L
Decimal 22 68 146 0.85 0.53 0 0.43 217.74 0.74 0.33
Hex 16 44 92 55 35 0 2B DA 4A 21
Octal 26 104 222 125 65 0 53 332 112 41
Binary 10110 1000100 10010010 1010101 110101 0 101011 11011010 1001010 100001

Color Harmonies of #164492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164492

Black with #164492

Text Example


Text Example

White with #164492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164492; }

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

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

background-color css

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

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

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

border-color css

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

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

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