Shades of Navy Blue #075CDD
Tints of Navy Blue #075CDD
RGB
CMYK
RGB Variations
Color information
#075CDD (or 0x075CDD) is known color: Navy Blue. HEX triplet: 07, 5C and DD. RGB value is (7,92,221). Sum of RGB (Red+Green+Blue) = 7+92+221=320 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.19% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 221 (86.72% from 255 or 69.06% from 320); Max value from RGB is 221 - color contains mainly: blue. Hex color #075CDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075CDD is #F8A322. Grayscale: #505050. Windows color (decimal): -16294691 or 14507015. OLE color: 14507015.
HSL color Cylindrical-coordinate representation of color #075CDD: hue angle of 216.17º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #075CDD is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 92 | 221 | - |
| CMYK | 0.97 | 0.58 | 0 | 0.13 |
| HSL | 216.17º | 0.94% | 0.45% | - |
| HSV(B) | 216.17º | 0.97% | 0.87% | - |
| XYZ | 16.97 | 12.92 | 70.01 | - |
| YUV | 81.29 | 206.84 | 75.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 92 | 221 | 0.97 | 0.58 | 0 | 0.13 | 216.17 | 0.94 | 0.45 |
| Hex | 7 | 5C | DD | 61 | 3A | 0 | D | D8 | 5E | 2D |
| Octal | 7 | 134 | 335 | 141 | 72 | 0 | 15 | 330 | 136 | 55 |
| Binary | 111 | 1011100 | 11011101 | 1100001 | 111010 | 0 | 1101 | 11011000 | 1011110 | 101101 |
Color Harmonies of #075CDD
Complementary color
Monochromatic Colors of #075CDD
Black with #075CDD
Text Example
Text Example
White with #075CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075CDD; }
p { color: rgb(7,92,221); }
H1.HeaderClassName
{
color: #075CDD;
}
.AnyTagClassName
{
color: #075CDD;
}
</style>
background-color css
<style>
a { background-color: #075CDD; }
a { background-color: rgb(7,92,221); }
div.DivClassName
{
background-color: #075CDD;
}
.BgClassName
{
background-color: #075CDD;
}
</style>
border-color css
<style>
span { border-color: #075CDD; }
span { border-color: rgb(7,92,221); }
td.TdClassName
{
border-color: #075CDD;
}
.TagClassName
{
border-color: #075CDD;
}
</style>