#164E9D

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

Shades of Cobalt #164E9D

Tints of Cobalt #164E9D

Color information

#164E9D (or 0x164E9D) is unknown color: approx Cobalt. HEX triplet: 16, 4E and 9D. RGB value is (22,78,157). Sum of RGB (Red+Green+Blue) = 22+78+157=257 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.56% from 257); Green value is 78 (30.86% from 255 or 30.35% from 257); Blue value is 157 (61.72% from 255 or 61.09% from 257); Max value from RGB is 157 - color contains mainly: blue. Hex color #164E9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #164E9D is #E9B162. Grayscale: #454545. Windows color (decimal): -15315299 or 10309142. OLE color: 10309142.

HSL color Cylindrical-coordinate representation of color #164E9D: hue angle of 215.11º degrees, saturation: 0.75, 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 #164E9D is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2278157-
CMYK0.860.5000.38
HSL215.11º75.42%35.1%-
HSV(B)215.11º85.99%61.57%-
XYZ9.148.0532.97-
YUV70.26176.9593.58-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.56%
GREEN value IS 78 (30.86% from 255) = 30.35%
BLUE value IS 157 (61.72% from 255) = 61.09%
R=8.56%
G=30.35%
B=61.09%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal22781570.860.5000.38215.1175.4235.1
Hex164E9D5632026d74b23
Octal261162351266204632711343
Binary1011010011101001110110101101100100100110110101111001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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