#0A11BE

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

Shades of Medium Blue #0A11BE

Tints of Medium Blue #0A11BE

Color information

#0A11BE (or 0x0A11BE) is unknown color: approx Medium Blue. HEX triplet: 0A, 11 and BE. RGB value is (10,17,190). Sum of RGB (Red+Green+Blue) = 10+17+190=217 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.61% from 217); Green value is 17 (7.03% from 255 or 7.83% from 217); Blue value is 190 (74.61% from 255 or 87.56% from 217); Max value from RGB is 190 - color contains mainly: blue. Hex color #0A11BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A11BE is #F5EE41. Grayscale: #212121. Windows color (decimal): -16117314 or 12456202. OLE color: 12456202.

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

Color convert

RGB1017190-
CMYK0.950.9100.25
HSL237.67º90%39.22%-
HSV(B)237.67º94.74%74.51%-
XYZ9.624.1849.02-
YUV34.63215.68110.43-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.61%
GREEN value IS 17 (7.03% from 255) = 7.83%
BLUE value IS 190 (74.61% from 255) = 87.56%
R=4.61%
G=7.83%
B=87.56%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal10171900.950.9100.25237.679039.22
HexA11BE5F5B019ee5a27
Octal122127613713303135613247
Binary1010100011011111010111111011011011001111011101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A11BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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