Shades of Navy Blue #075AF0
Tints of Navy Blue #075AF0
RGB
CMYK
RGB Variations
Color information
#075AF0 (or 0x075AF0) is known color: Navy Blue. HEX triplet: 07, 5A and F0. RGB value is (7,90,240). Sum of RGB (Red+Green+Blue) = 7+90+240=337 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.08% from 337); Green value is 90 (35.55% from 255 or 26.71% from 337); Blue value is 240 (94.14% from 255 or 71.22% from 337); Max value from RGB is 240 - color contains mainly: blue. Hex color #075AF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #075AF0 is #F8A50F. Grayscale: #515151. Windows color (decimal): -16295184 or 15751687. OLE color: 15751687.
HSL color Cylindrical-coordinate representation of color #075AF0: hue angle of 218.63º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #075AF0 is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 7 | 90 | 240 | - |
| CMYK | 0.97 | 0.62 | 0 | 0.06 |
| HSL | 218.63º | 0.94% | 0.48% | - |
| HSV(B) | 218.63º | 0.97% | 0.94% | - |
| XYZ | 19.47 | 13.65 | 84.05 | - |
| YUV | 82.28 | 217 | 74.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 90 | 240 | 0.97 | 0.62 | 0 | 0.06 | 218.63 | 0.94 | 0.48 |
| Hex | 7 | 5A | F0 | 61 | 3E | 0 | 6 | DB | 5E | 30 |
| Octal | 7 | 132 | 360 | 141 | 76 | 0 | 6 | 333 | 136 | 60 |
| Binary | 111 | 1011010 | 11110000 | 1100001 | 111110 | 0 | 110 | 11011011 | 1011110 | 110000 |
Color Harmonies of #075AF0
Complementary color
Monochromatic Colors of #075AF0
Black with #075AF0
Text Example
Text Example
White with #075AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075AF0; }
p { color: rgb(7,90,240); }
H1.HeaderClassName
{
color: #075AF0;
}
.AnyTagClassName
{
color: #075AF0;
}
</style>
background-color css
<style>
a { background-color: #075AF0; }
a { background-color: rgb(7,90,240); }
div.DivClassName
{
background-color: #075AF0;
}
.BgClassName
{
background-color: #075AF0;
}
</style>
border-color css
<style>
span { border-color: #075AF0; }
span { border-color: rgb(7,90,240); }
td.TdClassName
{
border-color: #075AF0;
}
.TagClassName
{
border-color: #075AF0;
}
</style>