#164B70

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

Shades of Dark Cerulean #164B70

Tints of Dark Cerulean #164B70

Color information

#164B70 (or 0x164B70) is unknown color: approx Dark Cerulean. HEX triplet: 16, 4B and 70. RGB value is (22,75,112). Sum of RGB (Red+Green+Blue) = 22+75+112=209 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.53% from 209); Green value is 75 (29.69% from 255 or 35.89% from 209); Blue value is 112 (44.14% from 255 or 53.59% from 209); Max value from RGB is 112 - color contains mainly: blue. Hex color #164B70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164B70 is #E9B48F. Grayscale: #3F3F3F. Windows color (decimal): -15316112 or 7359254. OLE color: 7359254.

HSL color Cylindrical-coordinate representation of color #164B70: hue angle of 204.67º 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 #164B70 is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2275112-
CMYK0.800.3300.56
HSL204.67º67.16%26.27%-
HSV(B)204.67º80.36%43.92%-
XYZ5.776.3716.26-
YUV63.37155.4498.49-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.53%
GREEN value IS 75 (29.69% from 255) = 35.89%
BLUE value IS 112 (44.14% from 255) = 53.59%
R=10.53%
G=35.89%
B=53.59%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal22751120.800.3300.56204.6767.1626.27
Hex164B705021038cd431a
Octal261131601204107031510332
Binary10110100101111100001010000100001011100011001101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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