Shades of Navy Blue #075DF2
Tints of Navy Blue #075DF2
RGB
CMYK
RGB Variations
Color information
#075DF2 (or 0x075DF2) is known color: Navy Blue. HEX triplet: 07, 5D and F2. RGB value is (7,93,242). Sum of RGB (Red+Green+Blue) = 7+93+242=342 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.05% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 242 (94.92% from 255 or 70.76% from 342); Max value from RGB is 242 - color contains mainly: blue. Hex color #075DF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #075DF2 is #F8A20D. Grayscale: #535353. Windows color (decimal): -16294414 or 15883527. OLE color: 15883527.
HSL color Cylindrical-coordinate representation of color #075DF2: hue angle of 218.04º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #075DF2 is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 7 | 93 | 242 | - |
| CMYK | 0.97 | 0.62 | 0 | 0.05 |
| HSL | 218.04º | 0.94% | 0.49% | - |
| HSV(B) | 218.04º | 0.97% | 0.95% | - |
| XYZ | 20.03 | 14.28 | 85.71 | - |
| YUV | 84.27 | 217.01 | 72.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 93 | 242 | 0.97 | 0.62 | 0 | 0.05 | 218.04 | 0.94 | 0.49 |
| Hex | 7 | 5D | F2 | 61 | 3E | 0 | 5 | DA | 5E | 31 |
| Octal | 7 | 135 | 362 | 141 | 76 | 0 | 5 | 332 | 136 | 61 |
| Binary | 111 | 1011101 | 11110010 | 1100001 | 111110 | 0 | 101 | 11011010 | 1011110 | 110001 |
Color Harmonies of #075DF2
Complementary color
Monochromatic Colors of #075DF2
Black with #075DF2
Text Example
Text Example
White with #075DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075DF2; }
p { color: rgb(7,93,242); }
H1.HeaderClassName
{
color: #075DF2;
}
.AnyTagClassName
{
color: #075DF2;
}
</style>
background-color css
<style>
a { background-color: #075DF2; }
a { background-color: rgb(7,93,242); }
div.DivClassName
{
background-color: #075DF2;
}
.BgClassName
{
background-color: #075DF2;
}
</style>
border-color css
<style>
span { border-color: #075DF2; }
span { border-color: rgb(7,93,242); }
td.TdClassName
{
border-color: #075DF2;
}
.TagClassName
{
border-color: #075DF2;
}
</style>