#0A569C

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

Shades of Cobalt #0A569C

Tints of Cobalt #0A569C

Color information

#0A569C (or 0x0A569C) is unknown color: approx Cobalt. HEX triplet: 0A, 56 and 9C. RGB value is (10,86,156). Sum of RGB (Red+Green+Blue) = 10+86+156=252 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.97% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 156 (61.33% from 255 or 61.90% from 252); Max value from RGB is 156 - color contains mainly: blue. Hex color #0A569C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A569C is #F5A963. Grayscale: #464646. Windows color (decimal): -16099684 or 10245642. OLE color: 10245642.

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

Color convert

RGB1086156-
CMYK0.940.4500.39
HSL208.77º87.95%32.55%-
HSV(B)208.77º93.59%61.18%-
XYZ9.459.1232.71-
YUV71.26175.8284.31-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.97%
GREEN value IS 86 (33.98% from 255) = 34.13%
BLUE value IS 156 (61.33% from 255) = 61.90%
R=3.97%
G=34.13%
B=61.90%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal10861560.940.4500.39208.7787.9532.55
HexA569C5E2D027d15821
Octal121262341365504732113041
Binary101010101101001110010111101011010100111110100011011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A569C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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