Shades of Medium Blue #010FB9
Tints of Medium Blue #010FB9
RGB
CMYK
RGB Variations
Color information
#010FB9 (or 0x010FB9) is known color: Medium Blue. HEX triplet: 01, 0F and B9. RGB value is (1,15,185). Sum of RGB (Red+Green+Blue) = 1+15+185=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 15 (6.25% from 255 or 7.46% from 201); Blue value is 185 (72.66% from 255 or 92.04% from 201); Max value from RGB is 185 - color contains mainly: blue. Hex color #010FB9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010FB9 is #FEF046. Grayscale: #1D1D1D. Windows color (decimal): -16707655 or 12128001. OLE color: 12128001.
HSL color Cylindrical-coordinate representation of color #010FB9: hue angle of 235.43º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010FB9 is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 15 | 185 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.27 |
| HSL | 235.43º | 0.99% | 0.36% | - |
| HSV(B) | 235.43º | 0.99% | 0.73% | - |
| XYZ | 8.94 | 3.85 | 46.17 | - |
| YUV | 30.19 | 215.36 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 15 | 185 | 0.99 | 0.92 | 0 | 0.27 | 235.43 | 0.99 | 0.36 |
| Hex | 1 | F | B9 | 63 | 5C | 0 | 1B | EB | 63 | 24 |
| Octal | 1 | 17 | 271 | 143 | 134 | 0 | 33 | 353 | 143 | 44 |
| Binary | 1 | 1111 | 10111001 | 1100011 | 1011100 | 0 | 11011 | 11101011 | 1100011 | 100100 |
Color Harmonies of #010FB9
Complementary color
Monochromatic Colors of #010FB9
Black with #010FB9
Text Example
Text Example
White with #010FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010FB9; }
p { color: rgb(1,15,185); }
H1.HeaderClassName
{
color: #010FB9;
}
.AnyTagClassName
{
color: #010FB9;
}
</style>
background-color css
<style>
a { background-color: #010FB9; }
a { background-color: rgb(1,15,185); }
div.DivClassName
{
background-color: #010FB9;
}
.BgClassName
{
background-color: #010FB9;
}
</style>
border-color css
<style>
span { border-color: #010FB9; }
span { border-color: rgb(1,15,185); }
td.TdClassName
{
border-color: #010FB9;
}
.TagClassName
{
border-color: #010FB9;
}
</style>