#0A15BA

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

Shades of Medium Blue #0A15BA

Tints of Medium Blue #0A15BA

Color information

#0A15BA (or 0x0A15BA) is unknown color: approx Medium Blue. HEX triplet: 0A, 15 and BA. RGB value is (10,21,186). Sum of RGB (Red+Green+Blue) = 10+21+186=217 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.61% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 186 (73.05% from 255 or 85.71% from 217); Max value from RGB is 186 - color contains mainly: blue. Hex color #0A15BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A15BA is #F5EA45. Grayscale: #232323. Windows color (decimal): -16116294 or 12195082. OLE color: 12195082.

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

Color convert

RGB1021186-
CMYK0.950.8900.27
HSL236.25º89.8%38.43%-
HSV(B)236.25º94.62%72.94%-
XYZ9.264.1546.77-
YUV36.52212.36109.08-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.61%
GREEN value IS 21 (8.59% from 255) = 9.68%
BLUE value IS 186 (73.05% from 255) = 85.71%
R=4.61%
G=9.68%
B=85.71%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal10211860.950.8900.27236.2589.838.43
HexA15BA5F5901Bec5a26
Octal122527213713103335413246
Binary1010101011011101010111111011001011011111011001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A15BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,21,186); }

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

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

 a { background-color: rgb(10,21,186); }

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

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

 span { border-color: rgb(10,21,186); }

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