Shades of Medium Blue #0F1DCC
Tints of Medium Blue #0F1DCC
RGB
CMYK
RGB Variations
Color information
#0F1DCC (or 0x0F1DCC) is known color: Medium Blue. HEX triplet: 0F, 1D and CC. RGB value is (15,29,204). Sum of RGB (Red+Green+Blue) = 15+29+204=248 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.05% from 248); Green value is 29 (11.72% from 255 or 11.69% from 248); Blue value is 204 (80.08% from 255 or 82.26% from 248); Max value from RGB is 204 - color contains mainly: blue. Hex color #0F1DCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F1DCC is #F0E233. Grayscale: #2C2C2C. Windows color (decimal): -15786548 or 13376783. OLE color: 13376783.
HSL color Cylindrical-coordinate representation of color #0F1DCC: hue angle of 235.56º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F1DCC is Cyan = 0.93, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 15 | 29 | 204 | - |
| CMYK | 0.93 | 0.86 | 0 | 0.2 |
| HSL | 235.56º | 0.86% | 0.43% | - |
| HSV(B) | 235.56º | 0.93% | 0.8% | - |
| XYZ | 11.54 | 5.34 | 57.55 | - |
| YUV | 44.76 | 217.86 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 29 | 204 | 0.93 | 0.86 | 0 | 0.2 | 235.56 | 0.86 | 0.43 |
| Hex | F | 1D | CC | 5D | 56 | 0 | 14 | EC | 56 | 2B |
| Octal | 17 | 35 | 314 | 135 | 126 | 0 | 24 | 354 | 126 | 53 |
| Binary | 1111 | 11101 | 11001100 | 1011101 | 1010110 | 0 | 10100 | 11101100 | 1010110 | 101011 |
Color Harmonies of #0F1DCC
Complementary color
Monochromatic Colors of #0F1DCC
Black with #0F1DCC
Text Example
Text Example
White with #0F1DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1DCC; }
p { color: rgb(15,29,204); }
H1.HeaderClassName
{
color: #0F1DCC;
}
.AnyTagClassName
{
color: #0F1DCC;
}
</style>
background-color css
<style>
a { background-color: #0F1DCC; }
a { background-color: rgb(15,29,204); }
div.DivClassName
{
background-color: #0F1DCC;
}
.BgClassName
{
background-color: #0F1DCC;
}
</style>
border-color css
<style>
span { border-color: #0F1DCC; }
span { border-color: rgb(15,29,204); }
td.TdClassName
{
border-color: #0F1DCC;
}
.TagClassName
{
border-color: #0F1DCC;
}
</style>