#0A12C9

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

Shades of Medium Blue #0A12C9

Tints of Medium Blue #0A12C9

Color information

#0A12C9 (or 0x0A12C9) is unknown color: approx Medium Blue. HEX triplet: 0A, 12 and C9. RGB value is (10,18,201). Sum of RGB (Red+Green+Blue) = 10+18+201=229 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.37% from 229); Green value is 18 (7.42% from 255 or 7.86% from 229); Blue value is 201 (78.91% from 255 or 87.77% from 229); Max value from RGB is 201 - color contains mainly: blue. Hex color #0A12C9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A12C9 is #F5ED36. Grayscale: #232323. Windows color (decimal): -16117047 or 13177354. OLE color: 13177354.

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

Color convert

RGB1018201-
CMYK0.950.9100.21
HSL237.49º90.52%41.37%-
HSV(B)237.49º95.02%78.82%-
XYZ10.884.7155.59-
YUV36.47220.85109.12-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.37%
GREEN value IS 18 (7.42% from 255) = 7.86%
BLUE value IS 201 (78.91% from 255) = 87.77%
R=4.37%
G=7.86%
B=87.77%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal10182010.950.9100.21237.4990.5241.37
HexA12C95F5B015ed5b29
Octal122231113713302535513351
Binary1010100101100100110111111011011010101111011011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A12C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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