Shades of Navy Blue #075CDC
Tints of Navy Blue #075CDC
RGB
CMYK
RGB Variations
Color information
#075CDC (or 0x075CDC) is known color: Navy Blue. HEX triplet: 07, 5C and DC. RGB value is (7,92,220). Sum of RGB (Red+Green+Blue) = 7+92+220=319 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.19% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 220 (86.33% from 255 or 68.97% from 319); Max value from RGB is 220 - color contains mainly: blue. Hex color #075CDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075CDC is #F8A323. Grayscale: #505050. Windows color (decimal): -16294692 or 14441479. OLE color: 14441479.
HSL color Cylindrical-coordinate representation of color #075CDC: hue angle of 216.06º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #075CDC is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 92 | 220 | - |
| CMYK | 0.97 | 0.58 | 0 | 0.14 |
| HSL | 216.06º | 0.94% | 0.45% | - |
| HSV(B) | 216.06º | 0.97% | 0.86% | - |
| XYZ | 16.83 | 12.87 | 69.31 | - |
| YUV | 81.18 | 206.34 | 75.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 92 | 220 | 0.97 | 0.58 | 0 | 0.14 | 216.06 | 0.94 | 0.45 |
| Hex | 7 | 5C | DC | 61 | 3A | 0 | E | D8 | 5E | 2D |
| Octal | 7 | 134 | 334 | 141 | 72 | 0 | 16 | 330 | 136 | 55 |
| Binary | 111 | 1011100 | 11011100 | 1100001 | 111010 | 0 | 1110 | 11011000 | 1011110 | 101101 |
Color Harmonies of #075CDC
Complementary color
Monochromatic Colors of #075CDC
Black with #075CDC
Text Example
Text Example
White with #075CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075CDC; }
p { color: rgb(7,92,220); }
H1.HeaderClassName
{
color: #075CDC;
}
.AnyTagClassName
{
color: #075CDC;
}
</style>
background-color css
<style>
a { background-color: #075CDC; }
a { background-color: rgb(7,92,220); }
div.DivClassName
{
background-color: #075CDC;
}
.BgClassName
{
background-color: #075CDC;
}
</style>
border-color css
<style>
span { border-color: #075CDC; }
span { border-color: rgb(7,92,220); }
td.TdClassName
{
border-color: #075CDC;
}
.TagClassName
{
border-color: #075CDC;
}
</style>