Shades of Navy Blue #0075DD
Tints of Navy Blue #0075DD
RGB
CMYK
RGB Variations
Color information
#0075DD (or 0x0075DD) is known color: Navy Blue. HEX triplet: 00, 75 and DD. RGB value is (0,117,221). Sum of RGB (Red+Green+Blue) = 0+117+221=338 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 221 (86.72% from 255 or 65.38% from 338); Max value from RGB is 221 - color contains mainly: blue. Hex color #0075DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0075DD is #FF8A22. Grayscale: #5D5D5D. Windows color (decimal): -16747043 or 14513408. OLE color: 14513408.
HSL color Cylindrical-coordinate representation of color #0075DD: hue angle of 208.24º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0075DD is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 117 | 221 | - |
| CMYK | 1 | 0.47 | 0 | 0.13 |
| HSL | 208.24º | 1% | 0.43% | - |
| HSV(B) | 208.24º | 1% | 0.87% | - |
| XYZ | 19.41 | 17.94 | 70.85 | - |
| YUV | 93.87 | 199.74 | 61.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 117 | 221 | 1 | 0.47 | 0 | 0.13 | 208.24 | 1 | 0.43 |
| Hex | 0 | 75 | DD | 64 | 2F | 0 | D | D0 | 64 | 2B |
| Octal | 0 | 165 | 335 | 144 | 57 | 0 | 15 | 320 | 144 | 53 |
| Binary | 0 | 1110101 | 11011101 | 1100100 | 101111 | 0 | 1101 | 11010000 | 1100100 | 101011 |
Color Harmonies of #0075DD
Complementary color
Monochromatic Colors of #0075DD
Black with #0075DD
Text Example
Text Example
White with #0075DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0075DD; }
p { color: rgb(0,117,221); }
H1.HeaderClassName
{
color: #0075DD;
}
.AnyTagClassName
{
color: #0075DD;
}
</style>
background-color css
<style>
a { background-color: #0075DD; }
a { background-color: rgb(0,117,221); }
div.DivClassName
{
background-color: #0075DD;
}
.BgClassName
{
background-color: #0075DD;
}
</style>
border-color css
<style>
span { border-color: #0075DD; }
span { border-color: rgb(0,117,221); }
td.TdClassName
{
border-color: #0075DD;
}
.TagClassName
{
border-color: #0075DD;
}
</style>