Shades of Medium Blue #010FB7
Tints of Medium Blue #010FB7
RGB
CMYK
RGB Variations
Color information
#010FB7 (or 0x010FB7) is known color: Medium Blue. HEX triplet: 01, 0F and B7. RGB value is (1,15,183). Sum of RGB (Red+Green+Blue) = 1+15+183=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 15 (6.25% from 255 or 7.54% from 199); Blue value is 183 (71.88% from 255 or 91.96% from 199); Max value from RGB is 183 - color contains mainly: blue. Hex color #010FB7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010FB7 is #FEF048. Grayscale: #1D1D1D. Windows color (decimal): -16707657 or 11996929. OLE color: 11996929.
HSL color Cylindrical-coordinate representation of color #010FB7: hue angle of 235.38º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010FB7 is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 1 | 15 | 183 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.28 |
| HSL | 235.38º | 0.99% | 0.36% | - |
| HSV(B) | 235.38º | 0.99% | 0.72% | - |
| XYZ | 8.73 | 3.77 | 45.07 | - |
| YUV | 29.97 | 214.36 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 15 | 183 | 0.99 | 0.92 | 0 | 0.28 | 235.38 | 0.99 | 0.36 |
| Hex | 1 | F | B7 | 63 | 5C | 0 | 1C | EB | 63 | 24 |
| Octal | 1 | 17 | 267 | 143 | 134 | 0 | 34 | 353 | 143 | 44 |
| Binary | 1 | 1111 | 10110111 | 1100011 | 1011100 | 0 | 11100 | 11101011 | 1100011 | 100100 |
Color Harmonies of #010FB7
Complementary color
Monochromatic Colors of #010FB7
Black with #010FB7
Text Example
Text Example
White with #010FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010FB7; }
p { color: rgb(1,15,183); }
H1.HeaderClassName
{
color: #010FB7;
}
.AnyTagClassName
{
color: #010FB7;
}
</style>
background-color css
<style>
a { background-color: #010FB7; }
a { background-color: rgb(1,15,183); }
div.DivClassName
{
background-color: #010FB7;
}
.BgClassName
{
background-color: #010FB7;
}
</style>
border-color css
<style>
span { border-color: #010FB7; }
span { border-color: rgb(1,15,183); }
td.TdClassName
{
border-color: #010FB7;
}
.TagClassName
{
border-color: #010FB7;
}
</style>