Shades of Navy Blue #0F63E3
Tints of Navy Blue #0F63E3
RGB
CMYK
RGB Variations
Color information
#0F63E3 (or 0x0F63E3) is known color: Navy Blue. HEX triplet: 0F, 63 and E3. RGB value is (15,99,227). Sum of RGB (Red+Green+Blue) = 15+99+227=341 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.40% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 227 (89.06% from 255 or 66.57% from 341); Max value from RGB is 227 - color contains mainly: blue. Hex color #0F63E3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F63E3 is #F09C1C. Grayscale: #575757. Windows color (decimal): -15768605 or 14902031. OLE color: 14902031.
HSL color Cylindrical-coordinate representation of color #0F63E3: hue angle of 216.23º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F63E3 is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 15 | 99 | 227 | - |
| CMYK | 0.93 | 0.56 | 0 | 0.11 |
| HSL | 216.23º | 0.88% | 0.47% | - |
| HSV(B) | 216.23º | 0.93% | 0.89% | - |
| XYZ | 18.52 | 14.57 | 74.51 | - |
| YUV | 88.48 | 206.17 | 75.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 99 | 227 | 0.93 | 0.56 | 0 | 0.11 | 216.23 | 0.88 | 0.47 |
| Hex | F | 63 | E3 | 5D | 38 | 0 | B | D8 | 58 | 2F |
| Octal | 17 | 143 | 343 | 135 | 70 | 0 | 13 | 330 | 130 | 57 |
| Binary | 1111 | 1100011 | 11100011 | 1011101 | 111000 | 0 | 1011 | 11011000 | 1011000 | 101111 |
Color Harmonies of #0F63E3
Complementary color
Monochromatic Colors of #0F63E3
Black with #0F63E3
Text Example
Text Example
White with #0F63E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F63E3; }
p { color: rgb(15,99,227); }
H1.HeaderClassName
{
color: #0F63E3;
}
.AnyTagClassName
{
color: #0F63E3;
}
</style>
background-color css
<style>
a { background-color: #0F63E3; }
a { background-color: rgb(15,99,227); }
div.DivClassName
{
background-color: #0F63E3;
}
.BgClassName
{
background-color: #0F63E3;
}
</style>
border-color css
<style>
span { border-color: #0F63E3; }
span { border-color: rgb(15,99,227); }
td.TdClassName
{
border-color: #0F63E3;
}
.TagClassName
{
border-color: #0F63E3;
}
</style>