#0A569F

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

Shades of Cobalt #0A569F

Tints of Cobalt #0A569F

Color information

#0A569F (or 0x0A569F) is unknown color: approx Cobalt. HEX triplet: 0A, 56 and 9F. RGB value is (10,86,159). Sum of RGB (Red+Green+Blue) = 10+86+159=255 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.92% from 255); Green value is 86 (33.98% from 255 or 33.73% from 255); Blue value is 159 (62.5% from 255 or 62.35% from 255); Max value from RGB is 159 - color contains mainly: blue. Hex color #0A569F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A569F is #F5A960. Grayscale: #474747. Windows color (decimal): -16099681 or 10442250. OLE color: 10442250.

HSL color Cylindrical-coordinate representation of color #0A569F: hue angle of 209.4º 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 #0A569F is Cyan = 0.94, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1086159-
CMYK0.940.4600.38
HSL209.4º88.17%33.14%-
HSV(B)209.4º93.71%62.35%-
XYZ9.719.2234.07-
YUV71.6177.3284.06-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.92%
GREEN value IS 86 (33.98% from 255) = 33.73%
BLUE value IS 159 (62.5% from 255) = 62.35%
R=3.92%
G=33.73%
B=62.35%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal10861590.940.4600.38209.488.1733.14
HexA569F5E2E026d15821
Octal121262371365604632113041
Binary101010101101001111110111101011100100110110100011011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A569F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,86,159); }

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

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

 a { background-color: rgb(10,86,159); }

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

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

 span { border-color: rgb(10,86,159); }

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