Shades of Medium Blue #0F1ABC
Tints of Medium Blue #0F1ABC
RGB
CMYK
RGB Variations
Color information
#0F1ABC (or 0x0F1ABC) is known color: Medium Blue. HEX triplet: 0F, 1A and BC. RGB value is (15,26,188). Sum of RGB (Red+Green+Blue) = 15+26+188=229 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.55% from 229); Green value is 26 (10.55% from 255 or 11.35% from 229); Blue value is 188 (73.83% from 255 or 82.10% from 229); Max value from RGB is 188 - color contains mainly: blue. Hex color #0F1ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F1ABC is #F0E543. Grayscale: #282828. Windows color (decimal): -15787332 or 12327439. OLE color: 12327439.
HSL color Cylindrical-coordinate representation of color #0F1ABC: hue angle of 236.18º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F1ABC is Cyan = 0.92, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 26 | 188 | - |
| CMYK | 0.92 | 0.86 | 0 | 0.26 |
| HSL | 236.19º | 0.85% | 0.4% | - |
| HSV(B) | 236.19º | 0.92% | 0.74% | - |
| XYZ | 9.64 | 4.47 | 47.93 | - |
| YUV | 41.18 | 210.86 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 26 | 188 | 0.92 | 0.86 | 0 | 0.26 | 236.19 | 0.85 | 0.4 |
| Hex | F | 1A | BC | 5C | 56 | 0 | 1A | EC | 55 | 28 |
| Octal | 17 | 32 | 274 | 134 | 126 | 0 | 32 | 354 | 125 | 50 |
| Binary | 1111 | 11010 | 10111100 | 1011100 | 1010110 | 0 | 11010 | 11101100 | 1010101 | 101000 |
Color Harmonies of #0F1ABC
Complementary color
Monochromatic Colors of #0F1ABC
Black with #0F1ABC
Text Example
Text Example
White with #0F1ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1ABC; }
p { color: rgb(15,26,188); }
H1.HeaderClassName
{
color: #0F1ABC;
}
.AnyTagClassName
{
color: #0F1ABC;
}
</style>
background-color css
<style>
a { background-color: #0F1ABC; }
a { background-color: rgb(15,26,188); }
div.DivClassName
{
background-color: #0F1ABC;
}
.BgClassName
{
background-color: #0F1ABC;
}
</style>
border-color css
<style>
span { border-color: #0F1ABC; }
span { border-color: rgb(15,26,188); }
td.TdClassName
{
border-color: #0F1ABC;
}
.TagClassName
{
border-color: #0F1ABC;
}
</style>