#164A6D

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

Shades of Dark Cerulean #164A6D

Tints of Dark Cerulean #164A6D

Color information

#164A6D (or 0x164A6D) is unknown color: approx Dark Cerulean. HEX triplet: 16, 4A and 6D. RGB value is (22,74,109). Sum of RGB (Red+Green+Blue) = 22+74+109=205 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.73% from 205); Green value is 74 (29.30% from 255 or 36.10% from 205); Blue value is 109 (42.97% from 255 or 53.17% from 205); Max value from RGB is 109 - color contains mainly: blue. Hex color #164A6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164A6D is #E9B592. Grayscale: #3E3E3E. Windows color (decimal): -15316371 or 7162390. OLE color: 7162390.

HSL color Cylindrical-coordinate representation of color #164A6D: hue angle of 204.14º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #164A6D is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2274109-
CMYK0.800.3200.57
HSL204.14º66.41%25.69%-
HSV(B)204.14º79.82%42.75%-
XYZ5.546.1715.37-
YUV62.44154.2799.15-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.73%
GREEN value IS 74 (29.30% from 255) = 36.10%
BLUE value IS 109 (42.97% from 255) = 53.17%
R=10.73%
G=36.10%
B=53.17%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal22741090.800.3200.57204.1466.4125.69
Hex164A6D5020039cc421a
Octal261121551204007131410232
Binary10110100101011011011010000100000011100111001100100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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