Shades of Medium Blue #0F03B7
Tints of Medium Blue #0F03B7
RGB
CMYK
RGB Variations
Color information
#0F03B7 (or 0x0F03B7) is known color: Medium Blue. HEX triplet: 0F, 03 and B7. RGB value is (15,3,183). Sum of RGB (Red+Green+Blue) = 15+3+183=201 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.46% from 201); Green value is 3 (1.56% from 255 or 1.49% from 201); Blue value is 183 (71.88% from 255 or 91.04% from 201); Max value from RGB is 183 - color contains mainly: blue. Hex color #0F03B7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F03B7 is #F0FC48. Grayscale: #1A1A1A. Windows color (decimal): -15793225 or 11993871. OLE color: 11993871.
HSL color Cylindrical-coordinate representation of color #0F03B7: hue angle of 244º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F03B7 is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 15 | 3 | 183 | - |
| CMYK | 0.92 | 0.98 | 0 | 0.28 |
| HSL | 244º | 0.97% | 0.36% | - |
| HSV(B) | 244º | 0.98% | 0.72% | - |
| XYZ | 8.78 | 3.59 | 45.03 | - |
| YUV | 27.11 | 215.98 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 3 | 183 | 0.92 | 0.98 | 0 | 0.28 | 244 | 0.97 | 0.36 |
| Hex | F | 3 | B7 | 5C | 62 | 0 | 1C | F4 | 61 | 24 |
| Octal | 17 | 3 | 267 | 134 | 142 | 0 | 34 | 364 | 141 | 44 |
| Binary | 1111 | 11 | 10110111 | 1011100 | 1100010 | 0 | 11100 | 11110100 | 1100001 | 100100 |
Color Harmonies of #0F03B7
Complementary color
Monochromatic Colors of #0F03B7
Black with #0F03B7
Text Example
Text Example
White with #0F03B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F03B7; }
p { color: rgb(15,3,183); }
H1.HeaderClassName
{
color: #0F03B7;
}
.AnyTagClassName
{
color: #0F03B7;
}
</style>
background-color css
<style>
a { background-color: #0F03B7; }
a { background-color: rgb(15,3,183); }
div.DivClassName
{
background-color: #0F03B7;
}
.BgClassName
{
background-color: #0F03B7;
}
</style>
border-color css
<style>
span { border-color: #0F03B7; }
span { border-color: rgb(15,3,183); }
td.TdClassName
{
border-color: #0F03B7;
}
.TagClassName
{
border-color: #0F03B7;
}
</style>