#164EA7

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

Shades of Cobalt #164EA7

Tints of Cobalt #164EA7

Color information

#164EA7 (or 0x164EA7) is unknown color: approx Cobalt. HEX triplet: 16, 4E and A7. RGB value is (22,78,167). Sum of RGB (Red+Green+Blue) = 22+78+167=267 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.24% from 267); Green value is 78 (30.86% from 255 or 29.21% from 267); Blue value is 167 (65.62% from 255 or 62.55% from 267); Max value from RGB is 167 - color contains mainly: blue. Hex color #164EA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #164EA7 is #E9B158. Grayscale: #464646. Windows color (decimal): -15315289 or 10964502. OLE color: 10964502.

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

Color convert

RGB2278167-
CMYK0.870.5300.35
HSL216.83º76.72%37.06%-
HSV(B)216.83º86.83%65.49%-
XYZ10.038.4137.65-
YUV71.4181.9592.76-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.24%
GREEN value IS 78 (30.86% from 255) = 29.21%
BLUE value IS 167 (65.62% from 255) = 62.55%
R=8.24%
G=29.21%
B=62.55%

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
Decimal22781670.870.5300.35216.8376.7237.06
Hex164EA75735023d94d25
Octal261162471276504333111545
Binary1011010011101010011110101111101010100011110110011001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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