#164D9E

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

Shades of Cobalt #164D9E

Tints of Cobalt #164D9E

Color information

#164D9E (or 0x164D9E) is unknown color: approx Cobalt. HEX triplet: 16, 4D and 9E. RGB value is (22,77,158). Sum of RGB (Red+Green+Blue) = 22+77+158=257 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.56% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 158 (62.11% from 255 or 61.48% from 257); Max value from RGB is 158 - color contains mainly: blue. Hex color #164D9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #164D9E is #E9B261. Grayscale: #454545. Windows color (decimal): -15315554 or 10374422. OLE color: 10374422.

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

Color convert

RGB2277158-
CMYK0.860.5100.38
HSL215.74º75.56%35.29%-
HSV(B)215.74º86.08%61.96%-
XYZ9.167.9533.4-
YUV69.79177.7893.91-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.56%
GREEN value IS 77 (30.47% from 255) = 29.96%
BLUE value IS 158 (62.11% from 255) = 61.48%
R=8.56%
G=29.96%
B=61.48%

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
Decimal22771580.860.5100.38215.7475.5635.29
Hex164D9E5633026d84c23
Octal261152361266304633011443
Binary1011010011011001111010101101100110100110110110001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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