Shades of Medium Blue #010FBD
Tints of Medium Blue #010FBD
RGB
CMYK
RGB Variations
Color information
#010FBD (or 0x010FBD) is known color: Medium Blue. HEX triplet: 01, 0F and BD. RGB value is (1,15,189). Sum of RGB (Red+Green+Blue) = 1+15+189=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 15 (6.25% from 255 or 7.32% from 205); Blue value is 189 (74.22% from 255 or 92.20% from 205); Max value from RGB is 189 - color contains mainly: blue. Hex color #010FBD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010FBD is #FEF042. Grayscale: #1D1D1D. Windows color (decimal): -16707651 or 12390145. OLE color: 12390145.
HSL color Cylindrical-coordinate representation of color #010FBD: hue angle of 235.53º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010FBD is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 15 | 189 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.26 |
| HSL | 235.53º | 0.99% | 0.37% | - |
| HSV(B) | 235.53º | 0.99% | 0.74% | - |
| XYZ | 9.37 | 4.02 | 48.43 | - |
| YUV | 30.65 | 217.36 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 15 | 189 | 0.99 | 0.92 | 0 | 0.26 | 235.53 | 0.99 | 0.37 |
| Hex | 1 | F | BD | 63 | 5C | 0 | 1A | EC | 63 | 25 |
| Octal | 1 | 17 | 275 | 143 | 134 | 0 | 32 | 354 | 143 | 45 |
| Binary | 1 | 1111 | 10111101 | 1100011 | 1011100 | 0 | 11010 | 11101100 | 1100011 | 100101 |
Color Harmonies of #010FBD
Complementary color
Monochromatic Colors of #010FBD
Black with #010FBD
Text Example
Text Example
White with #010FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010FBD; }
p { color: rgb(1,15,189); }
H1.HeaderClassName
{
color: #010FBD;
}
.AnyTagClassName
{
color: #010FBD;
}
</style>
background-color css
<style>
a { background-color: #010FBD; }
a { background-color: rgb(1,15,189); }
div.DivClassName
{
background-color: #010FBD;
}
.BgClassName
{
background-color: #010FBD;
}
</style>
border-color css
<style>
span { border-color: #010FBD; }
span { border-color: rgb(1,15,189); }
td.TdClassName
{
border-color: #010FBD;
}
.TagClassName
{
border-color: #010FBD;
}
</style>