#164F9D

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

Shades of Cobalt #164F9D

Tints of Cobalt #164F9D

Color information

#164F9D (or 0x164F9D) is unknown color: approx Cobalt. HEX triplet: 16, 4F and 9D. RGB value is (22,79,157). Sum of RGB (Red+Green+Blue) = 22+79+157=258 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.53% from 258); Green value is 79 (31.25% from 255 or 30.62% from 258); Blue value is 157 (61.72% from 255 or 60.85% from 258); Max value from RGB is 157 - color contains mainly: blue. Hex color #164F9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #164F9D is #E9B062. Grayscale: #464646. Windows color (decimal): -15315043 or 10309398. OLE color: 10309398.

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

Color convert

RGB2279157-
CMYK0.860.5000.38
HSL214.67º75.42%35.1%-
HSV(B)214.67º85.99%61.57%-
XYZ9.218.232.99-
YUV70.85176.6293.16-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.53%
GREEN value IS 79 (31.25% from 255) = 30.62%
BLUE value IS 157 (61.72% from 255) = 60.85%
R=8.53%
G=30.62%
B=60.85%

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
Decimal22791570.860.5000.38214.6775.4235.1
Hex164F9D5632026d74b23
Octal261172351266204632711343
Binary1011010011111001110110101101100100100110110101111001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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