Shades of Navy Blue #0744FF
Tints of Navy Blue #0744FF
RGB
CMYK
RGB Variations
Color information
#0744FF (or 0x0744FF) is known color: Navy Blue. HEX triplet: 07, 44 and FF. RGB value is (7,68,255). Sum of RGB (Red+Green+Blue) = 7+68+255=330 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.12% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 255 (100% from 255 or 77.27% from 330); Max value from RGB is 255 - color contains mainly: blue. Hex color #0744FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0744FF is #F8BB00. Grayscale: #464646. Windows color (decimal): -16300801 or 16729095. OLE color: 16729095.
HSL color Cylindrical-coordinate representation of color #0744FF: hue angle of 225.24º 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 #0744FF is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 68 | 255 | - |
| CMYK | 0.97 | 0.73 | 0 | 0 |
| HSL | 225.24º | 1% | 0.51% | - |
| HSV(B) | 225.24º | 0.97% | 1% | - |
| XYZ | 20.2 | 11.4 | 95.74 | - |
| YUV | 71.08 | 231.79 | 82.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 68 | 255 | 0.97 | 0.73 | 0 | 0 | 225.24 | 1 | 0.51 |
| Hex | 7 | 44 | FF | 61 | 49 | 0 | 0 | E1 | 64 | 33 |
| Octal | 7 | 104 | 377 | 141 | 111 | 0 | 0 | 341 | 144 | 63 |
| Binary | 111 | 1000100 | 11111111 | 1100001 | 1001001 | 0 | 0 | 11100001 | 1100100 | 110011 |
Color Harmonies of #0744FF
Complementary color
Monochromatic Colors of #0744FF
Black with #0744FF
Text Example
Text Example
White with #0744FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0744FF; }
p { color: rgb(7,68,255); }
H1.HeaderClassName
{
color: #0744FF;
}
.AnyTagClassName
{
color: #0744FF;
}
</style>
background-color css
<style>
a { background-color: #0744FF; }
a { background-color: rgb(7,68,255); }
div.DivClassName
{
background-color: #0744FF;
}
.BgClassName
{
background-color: #0744FF;
}
</style>
border-color css
<style>
span { border-color: #0744FF; }
span { border-color: rgb(7,68,255); }
td.TdClassName
{
border-color: #0744FF;
}
.TagClassName
{
border-color: #0744FF;
}
</style>