Shades of Medium Blue #0F01DE
Tints of Medium Blue #0F01DE
RGB
CMYK
RGB Variations
Color information
#0F01DE (or 0x0F01DE) is known color: Medium Blue. HEX triplet: 0F, 01 and DE. RGB value is (15,1,222). Sum of RGB (Red+Green+Blue) = 15+1+222=238 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.30% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 222 (87.11% from 255 or 93.28% from 238); Max value from RGB is 222 - color contains mainly: blue. Hex color #0F01DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F01DE is #F0FE21. Grayscale: #1D1D1D. Windows color (decimal): -15793698 or 14549263. OLE color: 14549263.
HSL color Cylindrical-coordinate representation of color #0F01DE: hue angle of 243.8º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F01DE is Cyan = 0.93, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 1 | 222 | - |
| CMYK | 0.93 | 1.00 | 0 | 0.13 |
| HSL | 243.8º | 0.99% | 0.44% | - |
| HSV(B) | 243.8º | 1% | 0.87% | - |
| XYZ | 13.39 | 5.4 | 69.44 | - |
| YUV | 30.38 | 236.14 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 1 | 222 | 0.93 | 1.00 | 0 | 0.13 | 243.8 | 0.99 | 0.44 |
| Hex | F | 1 | DE | 5D | 64 | 0 | D | F4 | 63 | 2C |
| Octal | 17 | 1 | 336 | 135 | 144 | 0 | 15 | 364 | 143 | 54 |
| Binary | 1111 | 1 | 11011110 | 1011101 | 1100100 | 0 | 1101 | 11110100 | 1100011 | 101100 |
Color Harmonies of #0F01DE
Complementary color
Monochromatic Colors of #0F01DE
Black with #0F01DE
Text Example
Text Example
White with #0F01DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F01DE; }
p { color: rgb(15,1,222); }
H1.HeaderClassName
{
color: #0F01DE;
}
.AnyTagClassName
{
color: #0F01DE;
}
</style>
background-color css
<style>
a { background-color: #0F01DE; }
a { background-color: rgb(15,1,222); }
div.DivClassName
{
background-color: #0F01DE;
}
.BgClassName
{
background-color: #0F01DE;
}
</style>
border-color css
<style>
span { border-color: #0F01DE; }
span { border-color: rgb(15,1,222); }
td.TdClassName
{
border-color: #0F01DE;
}
.TagClassName
{
border-color: #0F01DE;
}
</style>