Shades of Medium Blue #0F16CA
Tints of Medium Blue #0F16CA
RGB
CMYK
RGB Variations
Color information
#0F16CA (or 0x0F16CA) is known color: Medium Blue. HEX triplet: 0F, 16 and CA. RGB value is (15,22,202). Sum of RGB (Red+Green+Blue) = 15+22+202=239 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.28% from 239); Green value is 22 (8.98% from 255 or 9.21% from 239); Blue value is 202 (79.30% from 255 or 84.52% from 239); Max value from RGB is 202 - color contains mainly: blue. Hex color #0F16CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F16CA is #F0E935. Grayscale: #272727. Windows color (decimal): -15788342 or 13243919. OLE color: 13243919.
HSL color Cylindrical-coordinate representation of color #0F16CA: hue angle of 237.75º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F16CA is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 22 | 202 | - |
| CMYK | 0.93 | 0.89 | 0 | 0.21 |
| HSL | 237.75º | 0.86% | 0.43% | - |
| HSV(B) | 237.75º | 0.93% | 0.79% | - |
| XYZ | 11.14 | 4.94 | 56.24 | - |
| YUV | 40.43 | 219.18 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 22 | 202 | 0.93 | 0.89 | 0 | 0.21 | 237.75 | 0.86 | 0.43 |
| Hex | F | 16 | CA | 5D | 59 | 0 | 15 | EE | 56 | 2B |
| Octal | 17 | 26 | 312 | 135 | 131 | 0 | 25 | 356 | 126 | 53 |
| Binary | 1111 | 10110 | 11001010 | 1011101 | 1011001 | 0 | 10101 | 11101110 | 1010110 | 101011 |
Color Harmonies of #0F16CA
Complementary color
Monochromatic Colors of #0F16CA
Black with #0F16CA
Text Example
Text Example
White with #0F16CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F16CA; }
p { color: rgb(15,22,202); }
H1.HeaderClassName
{
color: #0F16CA;
}
.AnyTagClassName
{
color: #0F16CA;
}
</style>
background-color css
<style>
a { background-color: #0F16CA; }
a { background-color: rgb(15,22,202); }
div.DivClassName
{
background-color: #0F16CA;
}
.BgClassName
{
background-color: #0F16CA;
}
</style>
border-color css
<style>
span { border-color: #0F16CA; }
span { border-color: rgb(15,22,202); }
td.TdClassName
{
border-color: #0F16CA;
}
.TagClassName
{
border-color: #0F16CA;
}
</style>