#164E9F

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

Shades of Cobalt #164E9F

Tints of Cobalt #164E9F

Color information

#164E9F (or 0x164E9F) is unknown color: approx Cobalt. HEX triplet: 16, 4E and 9F. RGB value is (22,78,159). Sum of RGB (Red+Green+Blue) = 22+78+159=259 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.49% from 259); Green value is 78 (30.86% from 255 or 30.12% from 259); Blue value is 159 (62.5% from 255 or 61.39% from 259); Max value from RGB is 159 - color contains mainly: blue. Hex color #164E9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #164E9F is #E9B160. Grayscale: #464646. Windows color (decimal): -15315297 or 10440214. OLE color: 10440214.

HSL color Cylindrical-coordinate representation of color #164E9F: hue angle of 215.47º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #164E9F is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2278159-
CMYK0.860.5100.38
HSL215.47º75.69%35.49%-
HSV(B)215.47º86.16%62.35%-
XYZ9.318.1233.88-
YUV70.49177.9593.41-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.49%
GREEN value IS 78 (30.86% from 255) = 30.12%
BLUE value IS 159 (62.5% from 255) = 61.39%
R=8.49%
G=30.12%
B=61.39%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal22781590.860.5100.38215.4775.6935.49
Hex164E9F5633026d74c23
Octal261162371266304632711443
Binary1011010011101001111110101101100110100110110101111001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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