Shades of Navy Blue #0753DE
Tints of Navy Blue #0753DE
RGB
CMYK
RGB Variations
Color information
#0753DE (or 0x0753DE) is known color: Navy Blue. HEX triplet: 07, 53 and DE. RGB value is (7,83,222). Sum of RGB (Red+Green+Blue) = 7+83+222=312 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.24% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 222 (87.11% from 255 or 71.15% from 312); Max value from RGB is 222 - color contains mainly: blue. Hex color #0753DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0753DE is #F8AC21. Grayscale: #4B4B4B. Windows color (decimal): -16296994 or 14570247. OLE color: 14570247.
HSL color Cylindrical-coordinate representation of color #0753DE: hue angle of 218.79º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0753DE is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 83 | 222 | - |
| CMYK | 0.97 | 0.63 | 0 | 0.13 |
| HSL | 218.79º | 0.94% | 0.45% | - |
| HSV(B) | 218.79º | 0.97% | 0.87% | - |
| XYZ | 16.37 | 11.51 | 70.47 | - |
| YUV | 76.12 | 210.32 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 83 | 222 | 0.97 | 0.63 | 0 | 0.13 | 218.79 | 0.94 | 0.45 |
| Hex | 7 | 53 | DE | 61 | 3F | 0 | D | DB | 5E | 2D |
| Octal | 7 | 123 | 336 | 141 | 77 | 0 | 15 | 333 | 136 | 55 |
| Binary | 111 | 1010011 | 11011110 | 1100001 | 111111 | 0 | 1101 | 11011011 | 1011110 | 101101 |
Color Harmonies of #0753DE
Complementary color
Monochromatic Colors of #0753DE
Black with #0753DE
Text Example
Text Example
White with #0753DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0753DE; }
p { color: rgb(7,83,222); }
H1.HeaderClassName
{
color: #0753DE;
}
.AnyTagClassName
{
color: #0753DE;
}
</style>
background-color css
<style>
a { background-color: #0753DE; }
a { background-color: rgb(7,83,222); }
div.DivClassName
{
background-color: #0753DE;
}
.BgClassName
{
background-color: #0753DE;
}
</style>
border-color css
<style>
span { border-color: #0753DE; }
span { border-color: rgb(7,83,222); }
td.TdClassName
{
border-color: #0753DE;
}
.TagClassName
{
border-color: #0753DE;
}
</style>