#164692

Color #164692 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #164692

Tints of Dark Cerulean #164692

Color information

#164692 (or 0x164692) is unknown color: approx Dark Cerulean. HEX triplet: 16, 46 and 92. RGB value is (22,70,146). Sum of RGB (Red+Green+Blue) = 22+70+146=238 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.24% from 238); Green value is 70 (27.73% from 255 or 29.41% from 238); Blue value is 146 (57.42% from 255 or 61.34% from 238); Max value from RGB is 146 - color contains mainly: blue. Hex color #164692 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164692 is #E9B96D. Grayscale: #3F3F3F. Windows color (decimal): -15317358 or 9586198. OLE color: 9586198.

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

Color convert

RGB2270146-
CMYK0.850.5200.43
HSL216.77º73.81%32.94%-
HSV(B)216.77º84.93%57.25%-
XYZ7.716.6328.07-
YUV64.31174.197.82-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.24%
GREEN value IS 70 (27.73% from 255) = 29.41%
BLUE value IS 146 (57.42% from 255) = 61.34%
R=9.24%
G=29.41%
B=61.34%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal22701460.850.5200.43216.7773.8132.94
Hex164692553402Bd94a21
Octal261062221256405333111241
Binary1011010001101001001010101011101000101011110110011001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164692; }

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

 H1.HeaderClassName
 {
   color: #164692;
 }
 .AnyTagClassName
 {
   color: #164692;
 }
</style>
background-color css

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

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

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

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

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

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