Shades of Navy Blue #075CE2
Tints of Navy Blue #075CE2
RGB
CMYK
RGB Variations
Color information
#075CE2 (or 0x075CE2) is known color: Navy Blue. HEX triplet: 07, 5C and E2. RGB value is (7,92,226). Sum of RGB (Red+Green+Blue) = 7+92+226=325 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.15% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 226 (88.67% from 255 or 69.54% from 325); Max value from RGB is 226 - color contains mainly: blue. Hex color #075CE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075CE2 is #F8A31D. Grayscale: #515151. Windows color (decimal): -16294686 or 14834695. OLE color: 14834695.
HSL color Cylindrical-coordinate representation of color #075CE2: hue angle of 216.71º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #075CE2 is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 7 | 92 | 226 | - |
| CMYK | 0.97 | 0.59 | 0 | 0.11 |
| HSL | 216.71º | 0.94% | 0.46% | - |
| HSV(B) | 216.71º | 0.97% | 0.89% | - |
| XYZ | 17.64 | 13.19 | 73.57 | - |
| YUV | 81.86 | 209.34 | 74.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 92 | 226 | 0.97 | 0.59 | 0 | 0.11 | 216.71 | 0.94 | 0.46 |
| Hex | 7 | 5C | E2 | 61 | 3B | 0 | B | D9 | 5E | 2E |
| Octal | 7 | 134 | 342 | 141 | 73 | 0 | 13 | 331 | 136 | 56 |
| Binary | 111 | 1011100 | 11100010 | 1100001 | 111011 | 0 | 1011 | 11011001 | 1011110 | 101110 |
Color Harmonies of #075CE2
Complementary color
Monochromatic Colors of #075CE2
Black with #075CE2
Text Example
Text Example
White with #075CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075CE2; }
p { color: rgb(7,92,226); }
H1.HeaderClassName
{
color: #075CE2;
}
.AnyTagClassName
{
color: #075CE2;
}
</style>
background-color css
<style>
a { background-color: #075CE2; }
a { background-color: rgb(7,92,226); }
div.DivClassName
{
background-color: #075CE2;
}
.BgClassName
{
background-color: #075CE2;
}
</style>
border-color css
<style>
span { border-color: #075CE2; }
span { border-color: rgb(7,92,226); }
td.TdClassName
{
border-color: #075CE2;
}
.TagClassName
{
border-color: #075CE2;
}
</style>