#0115BA

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

Shades of Medium Blue #0115BA

Tints of Medium Blue #0115BA

Color information

#0115BA (or 0x0115BA) is unknown color: approx Medium Blue. HEX triplet: 01, 15 and BA. RGB value is (1,21,186). Sum of RGB (Red+Green+Blue) = 1+21+186=208 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 208); Green value is 21 (8.59% from 255 or 10.10% from 208); Blue value is 186 (73.05% from 255 or 89.42% from 208); Max value from RGB is 186 - color contains mainly: blue. Hex color #0115BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0115BA is #FEEA45. Grayscale: #212121. Windows color (decimal): -16706118 or 12195073. OLE color: 12195073.

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

Color convert

RGB121186-
CMYK0.990.8900.27
HSL233.51º98.93%36.67%-
HSV(B)233.51º99.46%72.94%-
XYZ9.144.0946.76-
YUV33.83213.87104.58-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.48%
GREEN value IS 21 (8.59% from 255) = 10.10%
BLUE value IS 186 (73.05% from 255) = 89.42%
R=0.48%
G=10.10%
B=89.42%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1211860.990.8900.27233.5198.9336.67
Hex115BA635901Bea6325
Octal12527214313103335214345
Binary1101011011101011000111011001011011111010101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0115BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0115BA; }

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

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

<style>
 a { background-color: #0115BA; }

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

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

<style>
 span { border-color: #0115BA; }

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

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