#164BAE

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

Shades of Cobalt #164BAE

Tints of Cobalt #164BAE

Color information

#164BAE (or 0x164BAE) is unknown color: approx Cobalt. HEX triplet: 16, 4B and AE. RGB value is (22,75,174). Sum of RGB (Red+Green+Blue) = 22+75+174=271 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.12% from 271); Green value is 75 (29.69% from 255 or 27.68% from 271); Blue value is 174 (68.36% from 255 or 64.21% from 271); Max value from RGB is 174 - color contains mainly: blue. Hex color #164BAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164BAE is #E9B451. Grayscale: #454545. Windows color (decimal): -15316050 or 11422486. OLE color: 11422486.

HSL color Cylindrical-coordinate representation of color #164BAE: hue angle of 219.08º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #164BAE is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2275174-
CMYK0.870.5700.32
HSL219.08º77.55%38.43%-
HSV(B)219.08º87.36%68.24%-
XYZ10.498.2641.09-
YUV70.44186.4493.45-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.12%
GREEN value IS 75 (29.69% from 255) = 27.68%
BLUE value IS 174 (68.36% from 255) = 64.21%
R=8.12%
G=27.68%
B=64.21%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal22751740.870.5700.32219.0877.5538.43
Hex164BAE5739020db4e26
Octal261132561277104033311646
Binary1011010010111010111010101111110010100000110110111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,75,174); }

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

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

 a { background-color: rgb(22,75,174); }

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

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

 span { border-color: rgb(22,75,174); }

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