#0915BB

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

Shades of Medium Blue #0915BB

Tints of Medium Blue #0915BB

Color information

#0915BB (or 0x0915BB) is unknown color: approx Medium Blue. HEX triplet: 09, 15 and BB. RGB value is (9,21,187). Sum of RGB (Red+Green+Blue) = 9+21+187=217 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.15% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 187 (73.44% from 255 or 86.18% from 217); Max value from RGB is 187 - color contains mainly: blue. Hex color #0915BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0915BB is #F6EA44. Grayscale: #232323. Windows color (decimal): -16181829 or 12260617. OLE color: 12260617.

HSL color Cylindrical-coordinate representation of color #0915BB: hue angle of 235.96º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0915BB is Cyan = 0.95, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB921187-
CMYK0.950.8900.27
HSL235.96º90.82%38.43%-
HSV(B)235.96º95.19%73.33%-
XYZ9.354.1847.33-
YUV36.34213.02108.5-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.15%
GREEN value IS 21 (8.59% from 255) = 9.68%
BLUE value IS 187 (73.44% from 255) = 86.18%
R=4.15%
G=9.68%
B=86.18%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal9211870.950.8900.27235.9690.8238.43
Hex915BB5F5901Bec5b26
Octal112527313713103335413346
Binary1001101011011101110111111011001011011111011001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0915BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0915BB; }

 p { color: rgb(9,21,187); }

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

<style>
 a { background-color: #0915BB; }

 a { background-color: rgb(9,21,187); }

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

<style>
 span { border-color: #0915BB; }

 span { border-color: rgb(9,21,187); }

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