Shades of Navy Blue #0074DD
Tints of Navy Blue #0074DD
RGB
CMYK
RGB Variations
Color information
#0074DD (or 0x0074DD) is known color: Navy Blue. HEX triplet: 00, 74 and DD. RGB value is (0,116,221). Sum of RGB (Red+Green+Blue) = 0+116+221=337 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 221 (86.72% from 255 or 65.58% from 337); Max value from RGB is 221 - color contains mainly: blue. Hex color #0074DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0074DD is #FF8B22. Grayscale: #5C5C5C. Windows color (decimal): -16747299 or 14513152. OLE color: 14513152.
HSL color Cylindrical-coordinate representation of color #0074DD: hue angle of 208.51º 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 #0074DD is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 116 | 221 | - |
| CMYK | 1 | 0.48 | 0 | 0.13 |
| HSL | 208.51º | 1% | 0.43% | - |
| HSV(B) | 208.51º | 1% | 0.87% | - |
| XYZ | 19.3 | 17.71 | 70.81 | - |
| YUV | 93.29 | 200.07 | 61.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 116 | 221 | 1 | 0.48 | 0 | 0.13 | 208.51 | 1 | 0.43 |
| Hex | 0 | 74 | DD | 64 | 30 | 0 | D | D1 | 64 | 2B |
| Octal | 0 | 164 | 335 | 144 | 60 | 0 | 15 | 321 | 144 | 53 |
| Binary | 0 | 1110100 | 11011101 | 1100100 | 110000 | 0 | 1101 | 11010001 | 1100100 | 101011 |
Color Harmonies of #0074DD
Complementary color
Monochromatic Colors of #0074DD
Black with #0074DD
Text Example
Text Example
White with #0074DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0074DD; }
p { color: rgb(0,116,221); }
H1.HeaderClassName
{
color: #0074DD;
}
.AnyTagClassName
{
color: #0074DD;
}
</style>
background-color css
<style>
a { background-color: #0074DD; }
a { background-color: rgb(0,116,221); }
div.DivClassName
{
background-color: #0074DD;
}
.BgClassName
{
background-color: #0074DD;
}
</style>
border-color css
<style>
span { border-color: #0074DD; }
span { border-color: rgb(0,116,221); }
td.TdClassName
{
border-color: #0074DD;
}
.TagClassName
{
border-color: #0074DD;
}
</style>