Shades of Navy Blue #0074DF
Tints of Navy Blue #0074DF
RGB
CMYK
RGB Variations
Color information
#0074DF (or 0x0074DF) is known color: Navy Blue. HEX triplet: 00, 74 and DF. RGB value is (0,116,223). Sum of RGB (Red+Green+Blue) = 0+116+223=339 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 223 (87.5% from 255 or 65.78% from 339); Max value from RGB is 223 - color contains mainly: blue. Hex color #0074DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0074DF is #FF8B20. Grayscale: #5C5C5C. Windows color (decimal): -16747297 or 14644224. OLE color: 14644224.
HSL color Cylindrical-coordinate representation of color #0074DF: hue angle of 208.79º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0074DF is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 116 | 223 | - |
| CMYK | 1 | 0.48 | 0 | 0.13 |
| HSL | 208.79º | 1% | 0.44% | - |
| HSV(B) | 208.79º | 1% | 0.87% | - |
| XYZ | 19.56 | 17.82 | 72.22 | - |
| YUV | 93.51 | 201.07 | 61.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 116 | 223 | 1 | 0.48 | 0 | 0.13 | 208.79 | 1 | 0.44 |
| Hex | 0 | 74 | DF | 64 | 30 | 0 | D | D1 | 64 | 2C |
| Octal | 0 | 164 | 337 | 144 | 60 | 0 | 15 | 321 | 144 | 54 |
| Binary | 0 | 1110100 | 11011111 | 1100100 | 110000 | 0 | 1101 | 11010001 | 1100100 | 101100 |
Color Harmonies of #0074DF
Complementary color
Monochromatic Colors of #0074DF
Black with #0074DF
Text Example
Text Example
White with #0074DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0074DF; }
p { color: rgb(0,116,223); }
H1.HeaderClassName
{
color: #0074DF;
}
.AnyTagClassName
{
color: #0074DF;
}
</style>
background-color css
<style>
a { background-color: #0074DF; }
a { background-color: rgb(0,116,223); }
div.DivClassName
{
background-color: #0074DF;
}
.BgClassName
{
background-color: #0074DF;
}
</style>
border-color css
<style>
span { border-color: #0074DF; }
span { border-color: rgb(0,116,223); }
td.TdClassName
{
border-color: #0074DF;
}
.TagClassName
{
border-color: #0074DF;
}
</style>