#005AA2

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

Shades of Cobalt #005AA2

Tints of Cobalt #005AA2

Color information

#005AA2 (or 0x005AA2) is unknown color: approx Cobalt. HEX triplet: 00, 5A and A2. RGB value is (0,90,162). Sum of RGB (Red+Green+Blue) = 0+90+162=252 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 252); Green value is 90 (35.55% from 255 or 35.71% from 252); Blue value is 162 (63.67% from 255 or 64.29% from 252); Max value from RGB is 162 - color contains mainly: blue. Hex color #005AA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005AA2 is #FFA55D. Grayscale: #464646. Windows color (decimal): -16754014 or 10639872. OLE color: 10639872.

HSL color Cylindrical-coordinate representation of color #005AA2: hue angle of 206.67º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005AA2 is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB090162-
CMYK10.4400.36
HSL206.67º100%31.76%-
HSV(B)206.67º100%63.53%-
XYZ10.189.9235.56-
YUV71.3179.1877.15-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 90 (35.55% from 255) = 35.71%
BLUE value IS 162 (63.67% from 255) = 64.29%
R=0%
G=35.71%
B=64.29%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal09016210.4400.36206.6710031.76
Hex05AA2642C024cf6420
Octal01322421445404431714440
Binary010110101010001011001001011000100100110011111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005AA2; }

 p { color: rgb(0,90,162); }

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

<style>
 a { background-color: #005AA2; }

 a { background-color: rgb(0,90,162); }

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

<style>
 span { border-color: #005AA2; }

 span { border-color: rgb(0,90,162); }

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