#164EA6

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

Shades of Cobalt #164EA6

Tints of Cobalt #164EA6

Color information

#164EA6 (or 0x164EA6) is unknown color: approx Cobalt. HEX triplet: 16, 4E and A6. RGB value is (22,78,166). Sum of RGB (Red+Green+Blue) = 22+78+166=266 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.27% from 266); Green value is 78 (30.86% from 255 or 29.32% from 266); Blue value is 166 (65.23% from 255 or 62.41% from 266); Max value from RGB is 166 - color contains mainly: blue. Hex color #164EA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #164EA6 is #E9B159. Grayscale: #464646. Windows color (decimal): -15315290 or 10898966. OLE color: 10898966.

HSL color Cylindrical-coordinate representation of color #164EA6: hue angle of 216.67º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #164EA6 is Cyan = 0.87, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2278166-
CMYK0.870.5300.35
HSL216.67º76.6%36.86%-
HSV(B)216.67º86.75%65.1%-
XYZ9.948.3737.17-
YUV71.29181.4592.84-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.27%
GREEN value IS 78 (30.86% from 255) = 29.32%
BLUE value IS 166 (65.23% from 255) = 62.41%
R=8.27%
G=29.32%
B=62.41%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal22781660.870.5300.35216.6776.636.86
Hex164EA65735023d94d25
Octal261162461276504333111545
Binary1011010011101010011010101111101010100011110110011001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,78,166); }

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

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

 a { background-color: rgb(22,78,166); }

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

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

 span { border-color: rgb(22,78,166); }

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