#164ca5

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

Shades of Cobalt #164CA5

Tints of Cobalt #164CA5

Color information

#164CA5 (or 0x164CA5) is unknown color: approx Cobalt. HEX triplet: 16, 4C and A5. RGB value is (22,76,165). Sum of RGB (Red+Green+Blue) = 22+76+165=263 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.37% from 263); Green value is 76 (30.08% from 255 or 28.90% from 263); Blue value is 165 (64.84% from 255 or 62.74% from 263); Max value from RGB is 165 - color contains mainly: blue. Hex color #164CA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164CA5 is #E9B35A. Grayscale: #454545. Windows color (decimal): -15315803 or 10832918. OLE color: 10832918.

HSL color Cylindrical-coordinate representation of color #164CA5: hue angle of 217.34º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #164CA5 is Cyan = 0.87, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2276165-
CMYK0.870.5400.35
HSL217.34º76.47%36.67%-
HSV(B)217.34º86.67%64.71%-
XYZ9.718.0636.64-
YUV70181.6193.76-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.37%
GREEN value IS 76 (30.08% from 255) = 28.90%
BLUE value IS 165 (64.84% from 255) = 62.74%
R=8.37%
G=28.90%
B=62.74%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal22761650.870.5400.35217.3476.4736.67
Hex164CA55736023d94c25
Octal261142451276604333111445
Binary1011010011001010010110101111101100100011110110011001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164ca5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,76,165); }

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

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

 a { background-color: rgb(22,76,165); }

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

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

 span { border-color: rgb(22,76,165); }

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