Shades of Navy Blue #0754CE
Tints of Navy Blue #0754CE
RGB
CMYK
RGB Variations
Color information
#0754CE (or 0x0754CE) is known color: Navy Blue. HEX triplet: 07, 54 and CE. RGB value is (7,84,206). Sum of RGB (Red+Green+Blue) = 7+84+206=297 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.36% from 297); Green value is 84 (33.20% from 255 or 28.28% from 297); Blue value is 206 (80.86% from 255 or 69.36% from 297); Max value from RGB is 206 - color contains mainly: blue. Hex color #0754CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0754CE is #F8AB31. Grayscale: #4A4A4A. Windows color (decimal): -16296754 or 13521927. OLE color: 13521927.
HSL color Cylindrical-coordinate representation of color #0754CE: hue angle of 216.78º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0754CE is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 84 | 206 | - |
| CMYK | 0.97 | 0.59 | 0 | 0.19 |
| HSL | 216.78º | 0.93% | 0.42% | - |
| HSV(B) | 216.78º | 0.97% | 0.81% | - |
| XYZ | 14.4 | 10.84 | 59.73 | - |
| YUV | 74.89 | 201.99 | 79.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 84 | 206 | 0.97 | 0.59 | 0 | 0.19 | 216.78 | 0.93 | 0.42 |
| Hex | 7 | 54 | CE | 61 | 3B | 0 | 13 | D9 | 5D | 2A |
| Octal | 7 | 124 | 316 | 141 | 73 | 0 | 23 | 331 | 135 | 52 |
| Binary | 111 | 1010100 | 11001110 | 1100001 | 111011 | 0 | 10011 | 11011001 | 1011101 | 101010 |
Color Harmonies of #0754CE
Complementary color
Monochromatic Colors of #0754CE
Black with #0754CE
Text Example
Text Example
White with #0754CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0754CE; }
p { color: rgb(7,84,206); }
H1.HeaderClassName
{
color: #0754CE;
}
.AnyTagClassName
{
color: #0754CE;
}
</style>
background-color css
<style>
a { background-color: #0754CE; }
a { background-color: rgb(7,84,206); }
div.DivClassName
{
background-color: #0754CE;
}
.BgClassName
{
background-color: #0754CE;
}
</style>
border-color css
<style>
span { border-color: #0754CE; }
span { border-color: rgb(7,84,206); }
td.TdClassName
{
border-color: #0754CE;
}
.TagClassName
{
border-color: #0754CE;
}
</style>