Shades of Navy Blue #0758DC
Tints of Navy Blue #0758DC
RGB
CMYK
RGB Variations
Color information
#0758DC (or 0x0758DC) is known color: Navy Blue. HEX triplet: 07, 58 and DC. RGB value is (7,88,220). Sum of RGB (Red+Green+Blue) = 7+88+220=315 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.22% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 220 (86.33% from 255 or 69.84% from 315); Max value from RGB is 220 - color contains mainly: blue. Hex color #0758DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0758DC is #F8A723. Grayscale: #4E4E4E. Windows color (decimal): -16295716 or 14440455. OLE color: 14440455.
HSL color Cylindrical-coordinate representation of color #0758DC: hue angle of 217.18º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0758DC is Cyan = 0.97, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 88 | 220 | - |
| CMYK | 0.97 | 0.6 | 0 | 0.14 |
| HSL | 217.18º | 0.94% | 0.45% | - |
| HSV(B) | 217.18º | 0.97% | 0.86% | - |
| XYZ | 16.5 | 12.19 | 69.19 | - |
| YUV | 78.83 | 207.66 | 76.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 88 | 220 | 0.97 | 0.6 | 0 | 0.14 | 217.18 | 0.94 | 0.45 |
| Hex | 7 | 58 | DC | 61 | 3C | 0 | E | D9 | 5E | 2D |
| Octal | 7 | 130 | 334 | 141 | 74 | 0 | 16 | 331 | 136 | 55 |
| Binary | 111 | 1011000 | 11011100 | 1100001 | 111100 | 0 | 1110 | 11011001 | 1011110 | 101101 |
Color Harmonies of #0758DC
Complementary color
Monochromatic Colors of #0758DC
Black with #0758DC
Text Example
Text Example
White with #0758DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0758DC; }
p { color: rgb(7,88,220); }
H1.HeaderClassName
{
color: #0758DC;
}
.AnyTagClassName
{
color: #0758DC;
}
</style>
background-color css
<style>
a { background-color: #0758DC; }
a { background-color: rgb(7,88,220); }
div.DivClassName
{
background-color: #0758DC;
}
.BgClassName
{
background-color: #0758DC;
}
</style>
border-color css
<style>
span { border-color: #0758DC; }
span { border-color: rgb(7,88,220); }
td.TdClassName
{
border-color: #0758DC;
}
.TagClassName
{
border-color: #0758DC;
}
</style>