Shades of Medium Blue #010FB5
Tints of Medium Blue #010FB5
RGB
CMYK
RGB Variations
Color information
#010FB5 (or 0x010FB5) is known color: Medium Blue. HEX triplet: 01, 0F and B5. RGB value is (1,15,181). Sum of RGB (Red+Green+Blue) = 1+15+181=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 15 (6.25% from 255 or 7.61% from 197); Blue value is 181 (71.09% from 255 or 91.88% from 197); Max value from RGB is 181 - color contains mainly: blue. Hex color #010FB5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010FB5 is #FEF04A. Grayscale: #1D1D1D. Windows color (decimal): -16707659 or 11865857. OLE color: 11865857.
HSL color Cylindrical-coordinate representation of color #010FB5: hue angle of 235.33º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010FB5 is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 1 | 15 | 181 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.29 |
| HSL | 235.33º | 0.99% | 0.36% | - |
| HSV(B) | 235.33º | 0.99% | 0.71% | - |
| XYZ | 8.52 | 3.68 | 43.98 | - |
| YUV | 29.74 | 213.36 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 15 | 181 | 0.99 | 0.92 | 0 | 0.29 | 235.33 | 0.99 | 0.36 |
| Hex | 1 | F | B5 | 63 | 5C | 0 | 1D | EB | 63 | 24 |
| Octal | 1 | 17 | 265 | 143 | 134 | 0 | 35 | 353 | 143 | 44 |
| Binary | 1 | 1111 | 10110101 | 1100011 | 1011100 | 0 | 11101 | 11101011 | 1100011 | 100100 |
Color Harmonies of #010FB5
Complementary color
Monochromatic Colors of #010FB5
Black with #010FB5
Text Example
Text Example
White with #010FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010FB5; }
p { color: rgb(1,15,181); }
H1.HeaderClassName
{
color: #010FB5;
}
.AnyTagClassName
{
color: #010FB5;
}
</style>
background-color css
<style>
a { background-color: #010FB5; }
a { background-color: rgb(1,15,181); }
div.DivClassName
{
background-color: #010FB5;
}
.BgClassName
{
background-color: #010FB5;
}
</style>
border-color css
<style>
span { border-color: #010FB5; }
span { border-color: rgb(1,15,181); }
td.TdClassName
{
border-color: #010FB5;
}
.TagClassName
{
border-color: #010FB5;
}
</style>