#0A12CE

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

Shades of Medium Blue #0A12CE

Tints of Medium Blue #0A12CE

Color information

#0A12CE (or 0x0A12CE) is unknown color: approx Medium Blue. HEX triplet: 0A, 12 and CE. RGB value is (10,18,206). Sum of RGB (Red+Green+Blue) = 10+18+206=234 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.27% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 206 (80.86% from 255 or 88.03% from 234); Max value from RGB is 206 - color contains mainly: blue. Hex color #0A12CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A12CE is #F5ED31. Grayscale: #242424. Windows color (decimal): -16117042 or 13505034. OLE color: 13505034.

HSL color Cylindrical-coordinate representation of color #0A12CE: hue angle of 237.55º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A12CE is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB1018206-
CMYK0.950.9100.19
HSL237.55º90.74%42.35%-
HSV(B)237.55º95.15%80.78%-
XYZ11.484.9558.74-
YUV37.04223.35108.71-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.27%
GREEN value IS 18 (7.42% from 255) = 7.69%
BLUE value IS 206 (80.86% from 255) = 88.03%
R=4.27%
G=7.69%
B=88.03%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal10182060.950.9100.19237.5590.7442.35
HexA12CE5F5B013ee5b2a
Octal122231613713302335613352
Binary1010100101100111010111111011011010011111011101011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A12CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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