#005AA3

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

Shades of Cobalt #005AA3

Tints of Cobalt #005AA3

Color information

#005AA3 (or 0x005AA3) is unknown color: approx Cobalt. HEX triplet: 00, 5A and A3. RGB value is (0,90,163). Sum of RGB (Red+Green+Blue) = 0+90+163=253 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 253); Green value is 90 (35.55% from 255 or 35.57% from 253); Blue value is 163 (64.06% from 255 or 64.43% from 253); Max value from RGB is 163 - color contains mainly: blue. Hex color #005AA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005AA3 is #FFA55C. Grayscale: #474747. Windows color (decimal): -16754013 or 10705408. OLE color: 10705408.

HSL color Cylindrical-coordinate representation of color #005AA3: hue angle of 206.87º 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 #005AA3 is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB090163-
CMYK10.4500.36
HSL206.87º100%31.96%-
HSV(B)206.87º100%63.92%-
XYZ10.279.9636.03-
YUV71.41179.6877.06-

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.57%
BLUE value IS 163 (64.06% from 255) = 64.43%
R=0%
G=35.57%
B=64.43%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal09016310.4500.36206.8710031.96
Hex05AA3642D024cf6420
Octal01322431445504431714440
Binary010110101010001111001001011010100100110011111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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