#0116BA

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

Shades of Medium Blue #0116BA

Tints of Medium Blue #0116BA

Color information

#0116BA (or 0x0116BA) is unknown color: approx Medium Blue. HEX triplet: 01, 16 and BA. RGB value is (1,22,186). Sum of RGB (Red+Green+Blue) = 1+22+186=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 22 (8.98% from 255 or 10.53% from 209); Blue value is 186 (73.05% from 255 or 89.00% from 209); Max value from RGB is 186 - color contains mainly: blue. Hex color #0116BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0116BA is #FEE945. Grayscale: #212121. Windows color (decimal): -16705862 or 12195329. OLE color: 12195329.

HSL color Cylindrical-coordinate representation of color #0116BA: hue angle of 233.19º 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 #0116BA is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB122186-
CMYK0.990.8800.27
HSL233.19º98.93%36.67%-
HSV(B)233.19º99.46%72.94%-
XYZ9.164.1346.77-
YUV34.42213.54104.16-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.48%
GREEN value IS 22 (8.98% from 255) = 10.53%
BLUE value IS 186 (73.05% from 255) = 89.00%
R=0.48%
G=10.53%
B=89.00%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1221860.990.8800.27233.1998.9336.67
Hex116BA635801Be96325
Octal12627214313003335114345
Binary1101101011101011000111011000011011111010011100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0116BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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