#0A12D4

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

Shades of Medium Blue #0A12D4

Tints of Medium Blue #0A12D4

Color information

#0A12D4 (or 0x0A12D4) is unknown color: approx Medium Blue. HEX triplet: 0A, 12 and D4. RGB value is (10,18,212). Sum of RGB (Red+Green+Blue) = 10+18+212=240 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.17% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 212 (83.20% from 255 or 88.33% from 240); Max value from RGB is 212 - color contains mainly: blue. Hex color #0A12D4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A12D4 is #F5ED2B. Grayscale: #242424. Windows color (decimal): -16117036 or 13898250. OLE color: 13898250.

HSL color Cylindrical-coordinate representation of color #0A12D4: hue angle of 237.62º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A12D4 is Cyan = 0.95, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB1018212-
CMYK0.950.9200.17
HSL237.62º90.99%43.53%-
HSV(B)237.62º95.28%83.14%-
XYZ12.235.2562.66-
YUV37.72226.35108.23-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.17%
GREEN value IS 18 (7.42% from 255) = 7.5%
BLUE value IS 212 (83.20% from 255) = 88.33%
R=4.17%
G=7.5%
B=88.33%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal10182120.950.9200.17237.6290.9943.53
HexA12D45F5C011ee5b2c
Octal122232413713402135613354
Binary1010100101101010010111111011100010001111011101011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A12D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,18,212); }

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

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

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

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

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

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

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