Shades of Navy Blue #0750CF
Tints of Navy Blue #0750CF
RGB
CMYK
RGB Variations
Color information
#0750CF (or 0x0750CF) is known color: Navy Blue. HEX triplet: 07, 50 and CF. RGB value is (7,80,207). Sum of RGB (Red+Green+Blue) = 7+80+207=294 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.38% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 207 (81.25% from 255 or 70.41% from 294); Max value from RGB is 207 - color contains mainly: blue. Hex color #0750CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0750CF is #F8AF30. Grayscale: #484848. Windows color (decimal): -16297777 or 13586439. OLE color: 13586439.
HSL color Cylindrical-coordinate representation of color #0750CF: hue angle of 218.1º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0750CF is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 80 | 207 | - |
| CMYK | 0.97 | 0.61 | 0 | 0.19 |
| HSL | 218.1º | 0.93% | 0.42% | - |
| HSV(B) | 218.1º | 0.97% | 0.81% | - |
| XYZ | 14.22 | 10.29 | 60.27 | - |
| YUV | 72.65 | 203.82 | 81.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 80 | 207 | 0.97 | 0.61 | 0 | 0.19 | 218.1 | 0.93 | 0.42 |
| Hex | 7 | 50 | CF | 61 | 3D | 0 | 13 | DA | 5D | 2A |
| Octal | 7 | 120 | 317 | 141 | 75 | 0 | 23 | 332 | 135 | 52 |
| Binary | 111 | 1010000 | 11001111 | 1100001 | 111101 | 0 | 10011 | 11011010 | 1011101 | 101010 |
Color Harmonies of #0750CF
Complementary color
Monochromatic Colors of #0750CF
Black with #0750CF
Text Example
Text Example
White with #0750CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0750CF; }
p { color: rgb(7,80,207); }
H1.HeaderClassName
{
color: #0750CF;
}
.AnyTagClassName
{
color: #0750CF;
}
</style>
background-color css
<style>
a { background-color: #0750CF; }
a { background-color: rgb(7,80,207); }
div.DivClassName
{
background-color: #0750CF;
}
.BgClassName
{
background-color: #0750CF;
}
</style>
border-color css
<style>
span { border-color: #0750CF; }
span { border-color: rgb(7,80,207); }
td.TdClassName
{
border-color: #0750CF;
}
.TagClassName
{
border-color: #0750CF;
}
</style>