Shades of Navy Blue #075CFD
Tints of Navy Blue #075CFD
RGB
CMYK
RGB Variations
Color information
#075CFD (or 0x075CFD) is known color: Navy Blue. HEX triplet: 07, 5C and FD. RGB value is (7,92,253). Sum of RGB (Red+Green+Blue) = 7+92+253=352 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.99% from 352); Green value is 92 (36.33% from 255 or 26.14% from 352); Blue value is 253 (99.22% from 255 or 71.88% from 352); Max value from RGB is 253 - color contains mainly: blue. Hex color #075CFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #075CFD is #F8A302. Grayscale: #545454. Windows color (decimal): -16294659 or 16604167. OLE color: 16604167.
HSL color Cylindrical-coordinate representation of color #075CFD: hue angle of 219.27º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #075CFD is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 92 | 253 | - |
| CMYK | 0.97 | 0.64 | 0 | 0.01 |
| HSL | 219.27º | 0.98% | 0.51% | - |
| HSV(B) | 219.27º | 0.97% | 0.99% | - |
| XYZ | 21.64 | 14.79 | 94.64 | - |
| YUV | 84.94 | 222.84 | 72.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 92 | 253 | 0.97 | 0.64 | 0 | 0.01 | 219.27 | 0.98 | 0.51 |
| Hex | 7 | 5C | FD | 61 | 40 | 0 | 1 | DB | 62 | 33 |
| Octal | 7 | 134 | 375 | 141 | 100 | 0 | 1 | 333 | 142 | 63 |
| Binary | 111 | 1011100 | 11111101 | 1100001 | 1000000 | 0 | 1 | 11011011 | 1100010 | 110011 |
Color Harmonies of #075CFD
Complementary color
Monochromatic Colors of #075CFD
Black with #075CFD
Text Example
Text Example
White with #075CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075CFD; }
p { color: rgb(7,92,253); }
H1.HeaderClassName
{
color: #075CFD;
}
.AnyTagClassName
{
color: #075CFD;
}
</style>
background-color css
<style>
a { background-color: #075CFD; }
a { background-color: rgb(7,92,253); }
div.DivClassName
{
background-color: #075CFD;
}
.BgClassName
{
background-color: #075CFD;
}
</style>
border-color css
<style>
span { border-color: #075CFD; }
span { border-color: rgb(7,92,253); }
td.TdClassName
{
border-color: #075CFD;
}
.TagClassName
{
border-color: #075CFD;
}
</style>