Shades of Navy Blue #0753FF
Tints of Navy Blue #0753FF
RGB
CMYK
RGB Variations
Color information
#0753FF (or 0x0753FF) is known color: Navy Blue. HEX triplet: 07, 53 and FF. RGB value is (7,83,255). Sum of RGB (Red+Green+Blue) = 7+83+255=345 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.03% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 255 (100% from 255 or 73.91% from 345); Max value from RGB is 255 - color contains mainly: blue. Hex color #0753FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0753FF is #F8AC00. Grayscale: #4F4F4F. Windows color (decimal): -16296961 or 16732935. OLE color: 16732935.
HSL color Cylindrical-coordinate representation of color #0753FF: hue angle of 221.61º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0753FF is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 83 | 255 | - |
| CMYK | 0.97 | 0.67 | 0 | 0 |
| HSL | 221.61º | 1% | 0.51% | - |
| HSV(B) | 221.61º | 0.97% | 1% | - |
| XYZ | 21.23 | 13.45 | 96.09 | - |
| YUV | 79.88 | 226.82 | 76.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 83 | 255 | 0.97 | 0.67 | 0 | 0 | 221.61 | 1 | 0.51 |
| Hex | 7 | 53 | FF | 61 | 43 | 0 | 0 | DE | 64 | 33 |
| Octal | 7 | 123 | 377 | 141 | 103 | 0 | 0 | 336 | 144 | 63 |
| Binary | 111 | 1010011 | 11111111 | 1100001 | 1000011 | 0 | 0 | 11011110 | 1100100 | 110011 |
Color Harmonies of #0753FF
Complementary color
Monochromatic Colors of #0753FF
Black with #0753FF
Text Example
Text Example
White with #0753FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0753FF; }
p { color: rgb(7,83,255); }
H1.HeaderClassName
{
color: #0753FF;
}
.AnyTagClassName
{
color: #0753FF;
}
</style>
background-color css
<style>
a { background-color: #0753FF; }
a { background-color: rgb(7,83,255); }
div.DivClassName
{
background-color: #0753FF;
}
.BgClassName
{
background-color: #0753FF;
}
</style>
border-color css
<style>
span { border-color: #0753FF; }
span { border-color: rgb(7,83,255); }
td.TdClassName
{
border-color: #0753FF;
}
.TagClassName
{
border-color: #0753FF;
}
</style>