#0A01D0

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

Shades of Medium Blue #0A01D0

Tints of Medium Blue #0A01D0

Color information

#0A01D0 (or 0x0A01D0) is unknown color: approx Medium Blue. HEX triplet: 0A, 01 and D0. RGB value is (10,1,208). Sum of RGB (Red+Green+Blue) = 10+1+208=219 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.57% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 208 (81.64% from 255 or 94.98% from 219); Max value from RGB is 208 - color contains mainly: blue. Hex color #0A01D0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A01D0 is #F5FE2F. Grayscale: #1A1A1A. Windows color (decimal): -16121392 or 13631754. OLE color: 13631754.

HSL color Cylindrical-coordinate representation of color #0A01D0: hue angle of 242.61º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A01D0 is Cyan = 0.95, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB101208-
CMYK0.951.0000.18
HSL242.61º99.04%40.98%-
HSV(B)242.61º99.52%81.57%-
XYZ11.524.6459.96-
YUV27.29229.98115.67-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.57%
GREEN value IS 1 (0.78% from 255) = 0.46%
BLUE value IS 208 (81.64% from 255) = 94.98%
R=4.57%
G=0.46%
B=94.98%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1012080.951.0000.18242.6199.0440.98
HexA1D05F64012f36329
Octal12132013714402236314351
Binary101011101000010111111100100010010111100111100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A01D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,1,208); }

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

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

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

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

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

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

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