#0115BD

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

Shades of Medium Blue #0115BD

Tints of Medium Blue #0115BD

Color information

#0115BD (or 0x0115BD) is unknown color: approx Medium Blue. HEX triplet: 01, 15 and BD. RGB value is (1,21,189). Sum of RGB (Red+Green+Blue) = 1+21+189=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 189 (74.22% from 255 or 89.57% from 211); Max value from RGB is 189 - color contains mainly: blue. Hex color #0115BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0115BD is #FEEA42. Grayscale: #212121. Windows color (decimal): -16706115 or 12391681. OLE color: 12391681.

HSL color Cylindrical-coordinate representation of color #0115BD: hue angle of 233.62º 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 #0115BD is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB121189-
CMYK0.990.8900.26
HSL233.62º98.95%37.25%-
HSV(B)233.62º99.47%74.12%-
XYZ9.474.2248.46-
YUV34.17215.37104.34-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.47%
GREEN value IS 21 (8.59% from 255) = 9.95%
BLUE value IS 189 (74.22% from 255) = 89.57%
R=0.47%
G=9.95%
B=89.57%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1211890.990.8900.26233.6298.9537.25
Hex115BD635901Aea6325
Octal12527514313103235214345
Binary1101011011110111000111011001011010111010101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0115BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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