#164DB0

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

Shades of Cobalt #164DB0

Tints of Cobalt #164DB0

Color information

#164DB0 (or 0x164DB0) is unknown color: approx Cobalt. HEX triplet: 16, 4D and B0. RGB value is (22,77,176). Sum of RGB (Red+Green+Blue) = 22+77+176=275 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8% from 275); Green value is 77 (30.47% from 255 or 28% from 275); Blue value is 176 (69.14% from 255 or 64% from 275); Max value from RGB is 176 - color contains mainly: blue. Hex color #164DB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #164DB0 is #E9B24F. Grayscale: #474747. Windows color (decimal): -15315536 or 11554070. OLE color: 11554070.

HSL color Cylindrical-coordinate representation of color #164DB0: hue angle of 218.57º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #164DB0 is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB2277176-
CMYK0.880.5600.31
HSL218.57º77.78%38.82%-
HSV(B)218.57º87.5%69.02%-
XYZ10.828.6142.17-
YUV71.84186.7892.45-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8%
GREEN value IS 77 (30.47% from 255) = 28%
BLUE value IS 176 (69.14% from 255) = 64%
R=8%
G=28%
B=64%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal22771760.880.5600.31218.5777.7838.82
Hex164DB0583801Fdb4e27
Octal261152601307003733311647
Binary101101001101101100001011000111000011111110110111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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