Shades of Navy Blue #0745FF
Tints of Navy Blue #0745FF
RGB
CMYK
RGB Variations
Color information
#0745FF (or 0x0745FF) is known color: Navy Blue. HEX triplet: 07, 45 and FF. RGB value is (7,69,255). Sum of RGB (Red+Green+Blue) = 7+69+255=331 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.11% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 255 (100% from 255 or 77.04% from 331); Max value from RGB is 255 - color contains mainly: blue. Hex color #0745FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0745FF is #F8BA00. Grayscale: #464646. Windows color (decimal): -16300545 or 16729351. OLE color: 16729351.
HSL color Cylindrical-coordinate representation of color #0745FF: hue angle of 225º 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 #0745FF is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 69 | 255 | - |
| CMYK | 0.97 | 0.73 | 0 | 0 |
| HSL | 225º | 1% | 0.51% | - |
| HSV(B) | 225º | 0.97% | 1% | - |
| XYZ | 20.27 | 11.52 | 95.76 | - |
| YUV | 71.67 | 231.46 | 81.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 69 | 255 | 0.97 | 0.73 | 0 | 0 | 225 | 1 | 0.51 |
| Hex | 7 | 45 | FF | 61 | 49 | 0 | 0 | E1 | 64 | 33 |
| Octal | 7 | 105 | 377 | 141 | 111 | 0 | 0 | 341 | 144 | 63 |
| Binary | 111 | 1000101 | 11111111 | 1100001 | 1001001 | 0 | 0 | 11100001 | 1100100 | 110011 |
Color Harmonies of #0745FF
Complementary color
Monochromatic Colors of #0745FF
Black with #0745FF
Text Example
Text Example
White with #0745FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0745FF; }
p { color: rgb(7,69,255); }
H1.HeaderClassName
{
color: #0745FF;
}
.AnyTagClassName
{
color: #0745FF;
}
</style>
background-color css
<style>
a { background-color: #0745FF; }
a { background-color: rgb(7,69,255); }
div.DivClassName
{
background-color: #0745FF;
}
.BgClassName
{
background-color: #0745FF;
}
</style>
border-color css
<style>
span { border-color: #0745FF; }
span { border-color: rgb(7,69,255); }
td.TdClassName
{
border-color: #0745FF;
}
.TagClassName
{
border-color: #0745FF;
}
</style>