Shades of Medium Blue #0F1CCD
Tints of Medium Blue #0F1CCD
RGB
CMYK
RGB Variations
Color information
#0F1CCD (or 0x0F1CCD) is known color: Medium Blue. HEX triplet: 0F, 1C and CD. RGB value is (15,28,205). Sum of RGB (Red+Green+Blue) = 15+28+205=248 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.05% from 248); Green value is 28 (11.33% from 255 or 11.29% from 248); Blue value is 205 (80.47% from 255 or 82.66% from 248); Max value from RGB is 205 - color contains mainly: blue. Hex color #0F1CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F1CCD is #F0E332. Grayscale: #2B2B2B. Windows color (decimal): -15786803 or 13442063. OLE color: 13442063.
HSL color Cylindrical-coordinate representation of color #0F1CCD: hue angle of 235.89º 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 #0F1CCD is Cyan = 0.93, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 15 | 28 | 205 | - |
| CMYK | 0.93 | 0.86 | 0 | 0.20 |
| HSL | 235.89º | 0.86% | 0.43% | - |
| HSV(B) | 235.89º | 0.93% | 0.8% | - |
| XYZ | 11.63 | 5.34 | 58.18 | - |
| YUV | 44.29 | 218.69 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 28 | 205 | 0.93 | 0.86 | 0 | 0.20 | 235.89 | 0.86 | 0.43 |
| Hex | F | 1C | CD | 5D | 56 | 0 | 14 | EC | 56 | 2B |
| Octal | 17 | 34 | 315 | 135 | 126 | 0 | 24 | 354 | 126 | 53 |
| Binary | 1111 | 11100 | 11001101 | 1011101 | 1010110 | 0 | 10100 | 11101100 | 1010110 | 101011 |
Color Harmonies of #0F1CCD
Complementary color
Monochromatic Colors of #0F1CCD
Black with #0F1CCD
Text Example
Text Example
White with #0F1CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1CCD; }
p { color: rgb(15,28,205); }
H1.HeaderClassName
{
color: #0F1CCD;
}
.AnyTagClassName
{
color: #0F1CCD;
}
</style>
background-color css
<style>
a { background-color: #0F1CCD; }
a { background-color: rgb(15,28,205); }
div.DivClassName
{
background-color: #0F1CCD;
}
.BgClassName
{
background-color: #0F1CCD;
}
</style>
border-color css
<style>
span { border-color: #0F1CCD; }
span { border-color: rgb(15,28,205); }
td.TdClassName
{
border-color: #0F1CCD;
}
.TagClassName
{
border-color: #0F1CCD;
}
</style>