#005A9E

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

Shades of Cobalt #005A9E

Tints of Cobalt #005A9E

Color information

#005A9E (or 0x005A9E) is unknown color: approx Cobalt. HEX triplet: 00, 5A and 9E. RGB value is (0,90,158). Sum of RGB (Red+Green+Blue) = 0+90+158=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 90 (35.55% from 255 or 36.29% from 248); Blue value is 158 (62.11% from 255 or 63.71% from 248); Max value from RGB is 158 - color contains mainly: blue. Hex color #005A9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005A9E is #FFA561. Grayscale: #464646. Windows color (decimal): -16754018 or 10377728. OLE color: 10377728.

HSL color Cylindrical-coordinate representation of color #005A9E: hue angle of 205.82º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005A9E is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB090158-
CMYK10.4300.38
HSL205.82º100%30.98%-
HSV(B)205.82º100%61.96%-
XYZ9.839.7833.72-
YUV70.84177.1877.47-

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) = 36.29%
BLUE value IS 158 (62.11% from 255) = 63.71%
R=0%
G=36.29%
B=63.71%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal09015810.4300.38205.8210030.98
Hex05A9E642B026ce641f
Octal01322361445304631614437
Binary01011010100111101100100101011010011011001110110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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