#0F15BF

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

Shades of Medium Blue #0F15BF

Tints of Medium Blue #0F15BF

Color information

#0F15BF (or 0x0F15BF) is unknown color: approx Medium Blue. HEX triplet: 0F, 15 and BF. RGB value is (15,21,191). Sum of RGB (Red+Green+Blue) = 15+21+191=227 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.61% from 227); Green value is 21 (8.59% from 255 or 9.25% from 227); Blue value is 191 (75% from 255 or 84.14% from 227); Max value from RGB is 191 - color contains mainly: blue. Hex color #0F15BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F15BF is #F0EA40. Grayscale: #252525. Windows color (decimal): -15788609 or 12522767. OLE color: 12522767.

HSL color Cylindrical-coordinate representation of color #0F15BF: hue angle of 237.95º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F15BF is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1521191-
CMYK0.920.8900.25
HSL237.95º85.44%40.39%-
HSV(B)237.95º92.15%74.9%-
XYZ9.874.449.62-
YUV38.59214.01111.18-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.61%
GREEN value IS 21 (8.59% from 255) = 9.25%
BLUE value IS 191 (75% from 255) = 84.14%
R=6.61%
G=9.25%
B=84.14%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal15211910.920.8900.25237.9585.4440.39
HexF15BF5C59019ee5528
Octal172527713413103135612550
Binary1111101011011111110111001011001011001111011101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F15BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F15BF; }

 p { color: rgb(15,21,191); }

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

<style>
 a { background-color: #0F15BF; }

 a { background-color: rgb(15,21,191); }

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

<style>
 span { border-color: #0F15BF; }

 span { border-color: rgb(15,21,191); }

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