#0A11BA

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

Shades of Medium Blue #0A11BA

Tints of Medium Blue #0A11BA

Color information

#0A11BA (or 0x0A11BA) is unknown color: approx Medium Blue. HEX triplet: 0A, 11 and BA. RGB value is (10,17,186). Sum of RGB (Red+Green+Blue) = 10+17+186=213 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.69% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 186 (73.05% from 255 or 87.32% from 213); Max value from RGB is 186 - color contains mainly: blue. Hex color #0A11BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A11BA is #F5EE45. Grayscale: #212121. Windows color (decimal): -16117318 or 12194058. OLE color: 12194058.

HSL color Cylindrical-coordinate representation of color #0A11BA: hue angle of 237.61º 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 #0A11BA is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1017186-
CMYK0.950.9100.27
HSL237.61º89.8%38.43%-
HSV(B)237.61º94.62%72.94%-
XYZ9.194.0146.74-
YUV34.17213.68110.76-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.69%
GREEN value IS 17 (7.03% from 255) = 7.98%
BLUE value IS 186 (73.05% from 255) = 87.32%
R=4.69%
G=7.98%
B=87.32%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal10171860.950.9100.27237.6189.838.43
HexA11BA5F5B01Bee5a26
Octal122127213713303335613246
Binary1010100011011101010111111011011011011111011101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A11BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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