#0A0AC8

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

Shades of Medium Blue #0A0AC8

Tints of Medium Blue #0A0AC8

Color information

#0A0AC8 (or 0x0A0AC8) is unknown color: approx Medium Blue. HEX triplet: 0A, 0A and C8. RGB value is (10,10,200). Sum of RGB (Red+Green+Blue) = 10+10+200=220 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.55% from 220); Green value is 10 (4.30% from 255 or 4.55% from 220); Blue value is 200 (78.52% from 255 or 90.91% from 220); Max value from RGB is 200 - color contains mainly: blue. Hex color #0A0AC8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A0AC8 is #F5F537. Grayscale: #1E1E1E. Windows color (decimal): -16119096 or 13109770. OLE color: 13109770.

HSL color Cylindrical-coordinate representation of color #0A0AC8: hue angle of 240º 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 #0A0AC8 is Cyan = 0.95, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1010200-
CMYK0.950.9500.22
HSL240º90.48%41.18%-
HSV(B)240º95%78.43%-
XYZ10.664.4554.94-
YUV31.66223112.55-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.55%
GREEN value IS 10 (4.30% from 255) = 4.55%
BLUE value IS 200 (78.52% from 255) = 90.91%
R=4.55%
G=4.55%
B=90.91%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal10102000.950.9500.2224090.4841.18
HexAAC85F5F016f05a29
Octal121231013713702636013251
Binary101010101100100010111111011111010110111100001011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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