Shades of Navy Blue #0754CD
Tints of Navy Blue #0754CD
RGB
CMYK
RGB Variations
Color information
#0754CD (or 0x0754CD) is known color: Navy Blue. HEX triplet: 07, 54 and CD. RGB value is (7,84,205). Sum of RGB (Red+Green+Blue) = 7+84+205=296 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.36% from 296); Green value is 84 (33.20% from 255 or 28.38% from 296); Blue value is 205 (80.47% from 255 or 69.26% from 296); Max value from RGB is 205 - color contains mainly: blue. Hex color #0754CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0754CD is #F8AB32. Grayscale: #4A4A4A. Windows color (decimal): -16296755 or 13456391. OLE color: 13456391.
HSL color Cylindrical-coordinate representation of color #0754CD: hue angle of 216.67º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0754CD is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 84 | 205 | - |
| CMYK | 0.97 | 0.59 | 0 | 0.20 |
| HSL | 216.67º | 0.93% | 0.42% | - |
| HSV(B) | 216.67º | 0.97% | 0.8% | - |
| XYZ | 14.28 | 10.79 | 59.09 | - |
| YUV | 74.77 | 201.49 | 79.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 84 | 205 | 0.97 | 0.59 | 0 | 0.20 | 216.67 | 0.93 | 0.42 |
| Hex | 7 | 54 | CD | 61 | 3B | 0 | 14 | D9 | 5D | 2A |
| Octal | 7 | 124 | 315 | 141 | 73 | 0 | 24 | 331 | 135 | 52 |
| Binary | 111 | 1010100 | 11001101 | 1100001 | 111011 | 0 | 10100 | 11011001 | 1011101 | 101010 |
Color Harmonies of #0754CD
Complementary color
Monochromatic Colors of #0754CD
Black with #0754CD
Text Example
Text Example
White with #0754CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0754CD; }
p { color: rgb(7,84,205); }
H1.HeaderClassName
{
color: #0754CD;
}
.AnyTagClassName
{
color: #0754CD;
}
</style>
background-color css
<style>
a { background-color: #0754CD; }
a { background-color: rgb(7,84,205); }
div.DivClassName
{
background-color: #0754CD;
}
.BgClassName
{
background-color: #0754CD;
}
</style>
border-color css
<style>
span { border-color: #0754CD; }
span { border-color: rgb(7,84,205); }
td.TdClassName
{
border-color: #0754CD;
}
.TagClassName
{
border-color: #0754CD;
}
</style>