#0A12BB

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

Shades of Medium Blue #0A12BB

Tints of Medium Blue #0A12BB

Color information

#0A12BB (or 0x0A12BB) is unknown color: approx Medium Blue. HEX triplet: 0A, 12 and BB. RGB value is (10,18,187). Sum of RGB (Red+Green+Blue) = 10+18+187=215 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.65% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 187 (73.44% from 255 or 86.98% from 215); Max value from RGB is 187 - color contains mainly: blue. Hex color #0A12BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A12BB is #F5ED44. Grayscale: #222222. Windows color (decimal): -16117061 or 12259850. OLE color: 12259850.

HSL color Cylindrical-coordinate representation of color #0A12BB: hue angle of 237.29º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A12BB is Cyan = 0.95, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1018187-
CMYK0.950.9000.27
HSL237.29º89.85%38.63%-
HSV(B)237.29º94.65%73.33%-
XYZ9.314.0847.31-
YUV34.87213.85110.26-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.65%
GREEN value IS 18 (7.42% from 255) = 8.37%
BLUE value IS 187 (73.44% from 255) = 86.98%
R=4.65%
G=8.37%
B=86.98%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal10181870.950.9000.27237.2989.8538.63
HexA12BB5F5A01Bed5a27
Octal122227313713203335513247
Binary1010100101011101110111111011010011011111011011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A12BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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