Shades of Navy Blue #0F74EB
Tints of Navy Blue #0F74EB
RGB
CMYK
RGB Variations
Color information
#0F74EB (or 0x0F74EB) is known color: Navy Blue. HEX triplet: 0F, 74 and EB. RGB value is (15,116,235). Sum of RGB (Red+Green+Blue) = 15+116+235=366 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.10% from 366); Green value is 116 (45.70% from 255 or 31.69% from 366); Blue value is 235 (92.19% from 255 or 64.21% from 366); Max value from RGB is 235 - color contains mainly: blue. Hex color #0F74EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F74EB is #F08B14. Grayscale: #626262. Windows color (decimal): -15764245 or 15430671. OLE color: 15430671.
HSL color Cylindrical-coordinate representation of color #0F74EB: hue angle of 212.45º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F74EB is Cyan = 0.94, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 15 | 116 | 235 | - |
| CMYK | 0.94 | 0.51 | 0 | 0.08 |
| HSL | 212.45º | 0.88% | 0.49% | - |
| HSV(B) | 212.45º | 0.94% | 0.92% | - |
| XYZ | 21.44 | 18.59 | 81.06 | - |
| YUV | 99.37 | 204.54 | 67.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 116 | 235 | 0.94 | 0.51 | 0 | 0.08 | 212.45 | 0.88 | 0.49 |
| Hex | F | 74 | EB | 5E | 33 | 0 | 8 | D4 | 58 | 31 |
| Octal | 17 | 164 | 353 | 136 | 63 | 0 | 10 | 324 | 130 | 61 |
| Binary | 1111 | 1110100 | 11101011 | 1011110 | 110011 | 0 | 1000 | 11010100 | 1011000 | 110001 |
Color Harmonies of #0F74EB
Complementary color
Monochromatic Colors of #0F74EB
Black with #0F74EB
Text Example
Text Example
White with #0F74EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F74EB; }
p { color: rgb(15,116,235); }
H1.HeaderClassName
{
color: #0F74EB;
}
.AnyTagClassName
{
color: #0F74EB;
}
</style>
background-color css
<style>
a { background-color: #0F74EB; }
a { background-color: rgb(15,116,235); }
div.DivClassName
{
background-color: #0F74EB;
}
.BgClassName
{
background-color: #0F74EB;
}
</style>
border-color css
<style>
span { border-color: #0F74EB; }
span { border-color: rgb(15,116,235); }
td.TdClassName
{
border-color: #0F74EB;
}
.TagClassName
{
border-color: #0F74EB;
}
</style>