#164D9B

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

Shades of Cobalt #164D9B

Tints of Cobalt #164D9B

Color information

#164D9B (or 0x164D9B) is unknown color: approx Cobalt. HEX triplet: 16, 4D and 9B. RGB value is (22,77,155). Sum of RGB (Red+Green+Blue) = 22+77+155=254 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.66% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 155 (60.94% from 255 or 61.02% from 254); Max value from RGB is 155 - color contains mainly: blue. Hex color #164D9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #164D9B is #E9B264. Grayscale: #454545. Windows color (decimal): -15315557 or 10177814. OLE color: 10177814.

HSL color Cylindrical-coordinate representation of color #164D9B: hue angle of 215.19º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #164D9B is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2277155-
CMYK0.860.5000.39
HSL215.19º75.14%34.71%-
HSV(B)215.19º85.81%60.78%-
XYZ8.97.8432.06-
YUV69.45176.2894.16-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.66%
GREEN value IS 77 (30.47% from 255) = 30.31%
BLUE value IS 155 (60.94% from 255) = 61.02%
R=8.66%
G=30.31%
B=61.02%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal22771550.860.5000.39215.1975.1434.71
Hex164D9B5632027d74b23
Octal261152331266204732711343
Binary1011010011011001101110101101100100100111110101111001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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