Shades of Medium Blue #0F1CCB
Tints of Medium Blue #0F1CCB
RGB
CMYK
RGB Variations
Color information
#0F1CCB (or 0x0F1CCB) is known color: Medium Blue. HEX triplet: 0F, 1C and CB. RGB value is (15,28,203). Sum of RGB (Red+Green+Blue) = 15+28+203=246 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.10% from 246); Green value is 28 (11.33% from 255 or 11.38% from 246); Blue value is 203 (79.69% from 255 or 82.52% from 246); Max value from RGB is 203 - color contains mainly: blue. Hex color #0F1CCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F1CCB is #F0E334. Grayscale: #2B2B2B. Windows color (decimal): -15786805 or 13310991. OLE color: 13310991.
HSL color Cylindrical-coordinate representation of color #0F1CCB: hue angle of 235.85º 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 #0F1CCB is Cyan = 0.93, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 15 | 28 | 203 | - |
| CMYK | 0.93 | 0.86 | 0 | 0.20 |
| HSL | 235.85º | 0.86% | 0.43% | - |
| HSV(B) | 235.85º | 0.93% | 0.8% | - |
| XYZ | 11.39 | 5.24 | 56.91 | - |
| YUV | 44.06 | 217.69 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 28 | 203 | 0.93 | 0.86 | 0 | 0.20 | 235.85 | 0.86 | 0.43 |
| Hex | F | 1C | CB | 5D | 56 | 0 | 14 | EC | 56 | 2B |
| Octal | 17 | 34 | 313 | 135 | 126 | 0 | 24 | 354 | 126 | 53 |
| Binary | 1111 | 11100 | 11001011 | 1011101 | 1010110 | 0 | 10100 | 11101100 | 1010110 | 101011 |
Color Harmonies of #0F1CCB
Complementary color
Monochromatic Colors of #0F1CCB
Black with #0F1CCB
Text Example
Text Example
White with #0F1CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1CCB; }
p { color: rgb(15,28,203); }
H1.HeaderClassName
{
color: #0F1CCB;
}
.AnyTagClassName
{
color: #0F1CCB;
}
</style>
background-color css
<style>
a { background-color: #0F1CCB; }
a { background-color: rgb(15,28,203); }
div.DivClassName
{
background-color: #0F1CCB;
}
.BgClassName
{
background-color: #0F1CCB;
}
</style>
border-color css
<style>
span { border-color: #0F1CCB; }
span { border-color: rgb(15,28,203); }
td.TdClassName
{
border-color: #0F1CCB;
}
.TagClassName
{
border-color: #0F1CCB;
}
</style>