#164A70

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

Shades of Dark Cerulean #164A70

Tints of Dark Cerulean #164A70

Color information

#164A70 (or 0x164A70) is unknown color: approx Dark Cerulean. HEX triplet: 16, 4A and 70. RGB value is (22,74,112). Sum of RGB (Red+Green+Blue) = 22+74+112=208 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.58% from 208); Green value is 74 (29.30% from 255 or 35.58% from 208); Blue value is 112 (44.14% from 255 or 53.85% from 208); Max value from RGB is 112 - color contains mainly: blue. Hex color #164A70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164A70 is #E9B58F. Grayscale: #3E3E3E. Windows color (decimal): -15316368 or 7358998. OLE color: 7358998.

HSL color Cylindrical-coordinate representation of color #164A70: hue angle of 205.33º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #164A70 is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2274112-
CMYK0.800.3400.56
HSL205.33º67.16%26.27%-
HSV(B)205.33º80.36%43.92%-
XYZ5.76.2416.23-
YUV62.78155.7798.91-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.58%
GREEN value IS 74 (29.30% from 255) = 35.58%
BLUE value IS 112 (44.14% from 255) = 53.85%
R=10.58%
G=35.58%
B=53.85%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal22741120.800.3400.56205.3367.1626.27
Hex164A705022038cd431a
Octal261121601204207031510332
Binary10110100101011100001010000100010011100011001101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164A70; }

 p { color: rgb(22,74,112); }

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

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

 a { background-color: rgb(22,74,112); }

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

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

 span { border-color: rgb(22,74,112); }

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