#0A5E9E

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

Shades of Cobalt #0A5E9E

Tints of Cobalt #0A5E9E

Color information

#0A5E9E (or 0x0A5E9E) is unknown color: approx Cobalt. HEX triplet: 0A, 5E and 9E. RGB value is (10,94,158). Sum of RGB (Red+Green+Blue) = 10+94+158=262 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.82% from 262); Green value is 94 (37.11% from 255 or 35.88% from 262); Blue value is 158 (62.11% from 255 or 60.31% from 262); Max value from RGB is 158 - color contains mainly: blue. Hex color #0A5E9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A5E9E is #F5A161. Grayscale: #4B4B4B. Windows color (decimal): -16097634 or 10378762. OLE color: 10378762.

HSL color Cylindrical-coordinate representation of color #0A5E9E: hue angle of 205.95º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A5E9E is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1094158-
CMYK0.940.4100.38
HSL205.95º88.1%32.94%-
HSV(B)205.95º93.67%61.96%-
XYZ10.310.5433.84-
YUV76.18174.1780.8-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.82%
GREEN value IS 94 (37.11% from 255) = 35.88%
BLUE value IS 158 (62.11% from 255) = 60.31%
R=3.82%
G=35.88%
B=60.31%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal10941580.940.4100.38205.9588.132.94
HexA5E9E5E29026ce5821
Octal121362361365104631613041
Binary101010111101001111010111101010010100110110011101011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A5E9E; }

 p { color: rgb(10,94,158); }

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

<style>
 a { background-color: #0A5E9E; }

 a { background-color: rgb(10,94,158); }

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

<style>
 span { border-color: #0A5E9E; }

 span { border-color: rgb(10,94,158); }

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