#0A12C1

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

Shades of Medium Blue #0A12C1

Tints of Medium Blue #0A12C1

Color information

#0A12C1 (or 0x0A12C1) is unknown color: approx Medium Blue. HEX triplet: 0A, 12 and C1. RGB value is (10,18,193). Sum of RGB (Red+Green+Blue) = 10+18+193=221 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.52% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 193 (75.78% from 255 or 87.33% from 221); Max value from RGB is 193 - color contains mainly: blue. Hex color #0A12C1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A12C1 is #F5ED3E. Grayscale: #222222. Windows color (decimal): -16117055 or 12653066. OLE color: 12653066.

HSL color Cylindrical-coordinate representation of color #0A12C1: hue angle of 237.38º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A12C1 is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1018193-
CMYK0.950.9100.24
HSL237.38º90.15%39.8%-
HSV(B)237.38º94.82%75.69%-
XYZ9.974.3550.77-
YUV35.56216.85109.77-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.52%
GREEN value IS 18 (7.42% from 255) = 8.14%
BLUE value IS 193 (75.78% from 255) = 87.33%
R=4.52%
G=8.14%
B=87.33%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal10181930.950.9100.24237.3890.1539.8
HexA12C15F5B018ed5a28
Octal122230113713303035513250
Binary1010100101100000110111111011011011000111011011011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A12C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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