#0A0CC8

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

Shades of Medium Blue #0A0CC8

Tints of Medium Blue #0A0CC8

Color information

#0A0CC8 (or 0x0A0CC8) is unknown color: approx Medium Blue. HEX triplet: 0A, 0C and C8. RGB value is (10,12,200). Sum of RGB (Red+Green+Blue) = 10+12+200=222 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.50% from 222); Green value is 12 (5.08% from 255 or 5.41% from 222); Blue value is 200 (78.52% from 255 or 90.09% from 222); Max value from RGB is 200 - color contains mainly: blue. Hex color #0A0CC8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A0CC8 is #F5F337. Grayscale: #202020. Windows color (decimal): -16118584 or 13110282. OLE color: 13110282.

HSL color Cylindrical-coordinate representation of color #0A0CC8: hue angle of 239.37º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A0CC8 is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1012200-
CMYK0.950.9400.22
HSL239.37º90.48%41.18%-
HSV(B)239.37º95%78.43%-
XYZ10.684.554.95-
YUV32.83222.34111.71-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.50%
GREEN value IS 12 (5.08% from 255) = 5.41%
BLUE value IS 200 (78.52% from 255) = 90.09%
R=4.50%
G=5.41%
B=90.09%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal10122000.950.9400.22239.3790.4841.18
HexACC85F5E016ef5a29
Octal121431013713602635713251
Binary101011001100100010111111011110010110111011111011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,12,200); }

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

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

 a { background-color: rgb(10,12,200); }

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

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

 span { border-color: rgb(10,12,200); }

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