Shades of Medium Blue #0F05CA
Tints of Medium Blue #0F05CA
RGB
CMYK
RGB Variations
Color information
#0F05CA (or 0x0F05CA) is known color: Medium Blue. HEX triplet: 0F, 05 and CA. RGB value is (15,5,202). Sum of RGB (Red+Green+Blue) = 15+5+202=222 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.76% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 202 (79.30% from 255 or 90.99% from 222); Max value from RGB is 202 - color contains mainly: blue. Hex color #0F05CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F05CA is #F0FA35. Grayscale: #1D1D1D. Windows color (decimal): -15792694 or 13239567. OLE color: 13239567.
HSL color Cylindrical-coordinate representation of color #0F05CA: hue angle of 243.05º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F05CA is Cyan = 0.93, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 5 | 202 | - |
| CMYK | 0.93 | 0.98 | 0 | 0.21 |
| HSL | 243.05º | 0.95% | 0.41% | - |
| HSV(B) | 243.05º | 0.98% | 0.79% | - |
| XYZ | 10.91 | 4.47 | 56.17 | - |
| YUV | 30.45 | 224.81 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 5 | 202 | 0.93 | 0.98 | 0 | 0.21 | 243.05 | 0.95 | 0.41 |
| Hex | F | 5 | CA | 5D | 62 | 0 | 15 | F3 | 5F | 29 |
| Octal | 17 | 5 | 312 | 135 | 142 | 0 | 25 | 363 | 137 | 51 |
| Binary | 1111 | 101 | 11001010 | 1011101 | 1100010 | 0 | 10101 | 11110011 | 1011111 | 101001 |
Color Harmonies of #0F05CA
Complementary color
Monochromatic Colors of #0F05CA
Black with #0F05CA
Text Example
Text Example
White with #0F05CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F05CA; }
p { color: rgb(15,5,202); }
H1.HeaderClassName
{
color: #0F05CA;
}
.AnyTagClassName
{
color: #0F05CA;
}
</style>
background-color css
<style>
a { background-color: #0F05CA; }
a { background-color: rgb(15,5,202); }
div.DivClassName
{
background-color: #0F05CA;
}
.BgClassName
{
background-color: #0F05CA;
}
</style>
border-color css
<style>
span { border-color: #0F05CA; }
span { border-color: rgb(15,5,202); }
td.TdClassName
{
border-color: #0F05CA;
}
.TagClassName
{
border-color: #0F05CA;
}
</style>