#0116BD

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

Shades of Medium Blue #0116BD

Tints of Medium Blue #0116BD

Color information

#0116BD (or 0x0116BD) is unknown color: approx Medium Blue. HEX triplet: 01, 16 and BD. RGB value is (1,22,189). Sum of RGB (Red+Green+Blue) = 1+22+189=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 22 (8.98% from 255 or 10.38% from 212); Blue value is 189 (74.22% from 255 or 89.15% from 212); Max value from RGB is 189 - color contains mainly: blue. Hex color #0116BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0116BD is #FEE942. Grayscale: #222222. Windows color (decimal): -16705859 or 12391937. OLE color: 12391937.

HSL color Cylindrical-coordinate representation of color #0116BD: hue angle of 233.3º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0116BD is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB122189-
CMYK0.990.8800.26
HSL233.3º98.95%37.25%-
HSV(B)233.3º99.47%74.12%-
XYZ9.484.2548.47-
YUV34.76215.04103.92-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.47%
GREEN value IS 22 (8.98% from 255) = 10.38%
BLUE value IS 189 (74.22% from 255) = 89.15%
R=0.47%
G=10.38%
B=89.15%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1221890.990.8800.26233.398.9537.25
Hex116BD635801Ae96325
Octal12627514313003235114345
Binary1101101011110111000111011000011010111010011100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0116BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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