#0A509C

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

Shades of Cobalt #0A509C

Tints of Cobalt #0A509C

Color information

#0A509C (or 0x0A509C) is unknown color: approx Cobalt. HEX triplet: 0A, 50 and 9C. RGB value is (10,80,156). Sum of RGB (Red+Green+Blue) = 10+80+156=246 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.07% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 156 (61.33% from 255 or 63.41% from 246); Max value from RGB is 156 - color contains mainly: blue. Hex color #0A509C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A509C is #F5AF63. Grayscale: #434343. Windows color (decimal): -16101220 or 10244106. OLE color: 10244106.

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

Color convert

RGB1080156-
CMYK0.940.4900.39
HSL211.23º87.95%32.55%-
HSV(B)211.23º93.59%61.18%-
XYZ8.998.232.56-
YUV67.73177.8186.82-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.07%
GREEN value IS 80 (31.64% from 255) = 32.52%
BLUE value IS 156 (61.33% from 255) = 63.41%
R=4.07%
G=32.52%
B=63.41%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal10801560.940.4900.39211.2387.9532.55
HexA509C5E31027d35821
Octal121202341366104732313041
Binary101010100001001110010111101100010100111110100111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A509C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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