Shades of Medium Blue #0F03C2
Tints of Medium Blue #0F03C2
RGB
CMYK
RGB Variations
Color information
#0F03C2 (or 0x0F03C2) is known color: Medium Blue. HEX triplet: 0F, 03 and C2. RGB value is (15,3,194). Sum of RGB (Red+Green+Blue) = 15+3+194=212 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.08% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 194 (76.17% from 255 or 91.51% from 212); Max value from RGB is 194 - color contains mainly: blue. Hex color #0F03C2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F03C2 is #F0FC3D. Grayscale: #1B1B1B. Windows color (decimal): -15793214 or 12714767. OLE color: 12714767.
HSL color Cylindrical-coordinate representation of color #0F03C2: hue angle of 243.77º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F03C2 is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 3 | 194 | - |
| CMYK | 0.92 | 0.98 | 0 | 0.24 |
| HSL | 243.77º | 0.97% | 0.39% | - |
| HSV(B) | 243.77º | 0.98% | 0.76% | - |
| XYZ | 9.97 | 4.06 | 51.3 | - |
| YUV | 28.36 | 221.48 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 3 | 194 | 0.92 | 0.98 | 0 | 0.24 | 243.77 | 0.97 | 0.39 |
| Hex | F | 3 | C2 | 5C | 62 | 0 | 18 | F4 | 61 | 27 |
| Octal | 17 | 3 | 302 | 134 | 142 | 0 | 30 | 364 | 141 | 47 |
| Binary | 1111 | 11 | 11000010 | 1011100 | 1100010 | 0 | 11000 | 11110100 | 1100001 | 100111 |
Color Harmonies of #0F03C2
Complementary color
Monochromatic Colors of #0F03C2
Black with #0F03C2
Text Example
Text Example
White with #0F03C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F03C2; }
p { color: rgb(15,3,194); }
H1.HeaderClassName
{
color: #0F03C2;
}
.AnyTagClassName
{
color: #0F03C2;
}
</style>
background-color css
<style>
a { background-color: #0F03C2; }
a { background-color: rgb(15,3,194); }
div.DivClassName
{
background-color: #0F03C2;
}
.BgClassName
{
background-color: #0F03C2;
}
</style>
border-color css
<style>
span { border-color: #0F03C2; }
span { border-color: rgb(15,3,194); }
td.TdClassName
{
border-color: #0F03C2;
}
.TagClassName
{
border-color: #0F03C2;
}
</style>