#005AA5

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

Shades of Cobalt #005AA5

Tints of Cobalt #005AA5

Color information

#005AA5 (or 0x005AA5) is unknown color: approx Cobalt. HEX triplet: 00, 5A and A5. RGB value is (0,90,165). Sum of RGB (Red+Green+Blue) = 0+90+165=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 90 (35.55% from 255 or 35.29% from 255); Blue value is 165 (64.84% from 255 or 64.71% from 255); Max value from RGB is 165 - color contains mainly: blue. Hex color #005AA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005AA5 is #FFA55A. Grayscale: #474747. Windows color (decimal): -16754011 or 10836480. OLE color: 10836480.

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

Color convert

RGB090165-
CMYK10.4500.35
HSL207.27º100%32.35%-
HSV(B)207.27º100%64.71%-
XYZ10.4510.0336.98-
YUV71.64180.6876.9-

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.29%
BLUE value IS 165 (64.84% from 255) = 64.71%
R=0%
G=35.29%
B=64.71%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal09016510.4500.35207.2710032.35
Hex05AA5642D023cf6420
Octal01322451445504331714440
Binary010110101010010111001001011010100011110011111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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