#164DA6

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

Shades of Cobalt #164DA6

Tints of Cobalt #164DA6

Color information

#164DA6 (or 0x164DA6) is unknown color: approx Cobalt. HEX triplet: 16, 4D and A6. RGB value is (22,77,166). Sum of RGB (Red+Green+Blue) = 22+77+166=265 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.30% from 265); Green value is 77 (30.47% from 255 or 29.06% from 265); Blue value is 166 (65.23% from 255 or 62.64% from 265); Max value from RGB is 166 - color contains mainly: blue. Hex color #164DA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #164DA6 is #E9B259. Grayscale: #464646. Windows color (decimal): -15315546 or 10898710. OLE color: 10898710.

HSL color Cylindrical-coordinate representation of color #164DA6: hue angle of 217.08º 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 #164DA6 is Cyan = 0.87, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2277166-
CMYK0.870.5400.35
HSL217.08º76.6%36.86%-
HSV(B)217.08º86.75%65.1%-
XYZ9.878.2337.15-
YUV70.7181.7893.26-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.30%
GREEN value IS 77 (30.47% from 255) = 29.06%
BLUE value IS 166 (65.23% from 255) = 62.64%
R=8.30%
G=29.06%
B=62.64%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal22771660.870.5400.35217.0876.636.86
Hex164DA65736023d94d25
Octal261152461276604333111545
Binary1011010011011010011010101111101100100011110110011001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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