Shades of Navy Blue #0750FC
Tints of Navy Blue #0750FC
RGB
CMYK
RGB Variations
Color information
#0750FC (or 0x0750FC) is known color: Navy Blue. HEX triplet: 07, 50 and FC. RGB value is (7,80,252). Sum of RGB (Red+Green+Blue) = 7+80+252=339 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.06% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 252 (98.83% from 255 or 74.34% from 339); Max value from RGB is 252 - color contains mainly: blue. Hex color #0750FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0750FC is #F8AF03. Grayscale: #4D4D4D. Windows color (decimal): -16297732 or 16535559. OLE color: 16535559.
HSL color Cylindrical-coordinate representation of color #0750FC: hue angle of 222.12º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0750FC is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 80 | 252 | - |
| CMYK | 0.97 | 0.68 | 0 | 0.01 |
| HSL | 222.12º | 0.98% | 0.51% | - |
| HSV(B) | 222.12º | 0.97% | 0.99% | - |
| XYZ | 20.53 | 12.81 | 93.49 | - |
| YUV | 77.78 | 226.32 | 77.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 80 | 252 | 0.97 | 0.68 | 0 | 0.01 | 222.12 | 0.98 | 0.51 |
| Hex | 7 | 50 | FC | 61 | 44 | 0 | 1 | DE | 62 | 33 |
| Octal | 7 | 120 | 374 | 141 | 104 | 0 | 1 | 336 | 142 | 63 |
| Binary | 111 | 1010000 | 11111100 | 1100001 | 1000100 | 0 | 1 | 11011110 | 1100010 | 110011 |
Color Harmonies of #0750FC
Complementary color
Monochromatic Colors of #0750FC
Black with #0750FC
Text Example
Text Example
White with #0750FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0750FC; }
p { color: rgb(7,80,252); }
H1.HeaderClassName
{
color: #0750FC;
}
.AnyTagClassName
{
color: #0750FC;
}
</style>
background-color css
<style>
a { background-color: #0750FC; }
a { background-color: rgb(7,80,252); }
div.DivClassName
{
background-color: #0750FC;
}
.BgClassName
{
background-color: #0750FC;
}
</style>
border-color css
<style>
span { border-color: #0750FC; }
span { border-color: rgb(7,80,252); }
td.TdClassName
{
border-color: #0750FC;
}
.TagClassName
{
border-color: #0750FC;
}
</style>