#164F9F

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

Shades of Cobalt #164F9F

Tints of Cobalt #164F9F

Color information

#164F9F (or 0x164F9F) is unknown color: approx Cobalt. HEX triplet: 16, 4F and 9F. RGB value is (22,79,159). Sum of RGB (Red+Green+Blue) = 22+79+159=260 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.46% from 260); Green value is 79 (31.25% from 255 or 30.38% from 260); Blue value is 159 (62.5% from 255 or 61.15% from 260); Max value from RGB is 159 - color contains mainly: blue. Hex color #164F9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #164F9F is #E9B060. Grayscale: #464646. Windows color (decimal): -15315041 or 10440470. OLE color: 10440470.

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

Color convert

RGB2279159-
CMYK0.860.5000.38
HSL215.04º75.69%35.49%-
HSV(B)215.04º86.16%62.35%-
XYZ9.388.2733.9-
YUV71.08177.6293-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.46%
GREEN value IS 79 (31.25% from 255) = 30.38%
BLUE value IS 159 (62.5% from 255) = 61.15%
R=8.46%
G=30.38%
B=61.15%

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
Decimal22791590.860.5000.38215.0475.6935.49
Hex164F9F5632026d74c23
Octal261172371266204632711443
Binary1011010011111001111110101101100100100110110101111001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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