Shades of Navy Blue #0074CF
Tints of Navy Blue #0074CF
RGB
CMYK
RGB Variations
Color information
#0074CF (or 0x0074CF) is known color: Navy Blue. HEX triplet: 00, 74 and CF. RGB value is (0,116,207). Sum of RGB (Red+Green+Blue) = 0+116+207=323 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 207 (81.25% from 255 or 64.09% from 323); Max value from RGB is 207 - color contains mainly: blue. Hex color #0074CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0074CF is #FF8B30. Grayscale: #5B5B5B. Windows color (decimal): -16747313 or 13595648. OLE color: 13595648.
HSL color Cylindrical-coordinate representation of color #0074CF: hue angle of 206.38º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0074CF is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 116 | 207 | - |
| CMYK | 1 | 0.44 | 0 | 0.19 |
| HSL | 206.38º | 1% | 0.41% | - |
| HSV(B) | 206.38º | 1% | 0.81% | - |
| XYZ | 17.51 | 17 | 61.39 | - |
| YUV | 91.69 | 193.07 | 62.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 116 | 207 | 1 | 0.44 | 0 | 0.19 | 206.38 | 1 | 0.41 |
| Hex | 0 | 74 | CF | 64 | 2C | 0 | 13 | CE | 64 | 29 |
| Octal | 0 | 164 | 317 | 144 | 54 | 0 | 23 | 316 | 144 | 51 |
| Binary | 0 | 1110100 | 11001111 | 1100100 | 101100 | 0 | 10011 | 11001110 | 1100100 | 101001 |
Color Harmonies of #0074CF
Complementary color
Monochromatic Colors of #0074CF
Black with #0074CF
Text Example
Text Example
White with #0074CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0074CF; }
p { color: rgb(0,116,207); }
H1.HeaderClassName
{
color: #0074CF;
}
.AnyTagClassName
{
color: #0074CF;
}
</style>
background-color css
<style>
a { background-color: #0074CF; }
a { background-color: rgb(0,116,207); }
div.DivClassName
{
background-color: #0074CF;
}
.BgClassName
{
background-color: #0074CF;
}
</style>
border-color css
<style>
span { border-color: #0074CF; }
span { border-color: rgb(0,116,207); }
td.TdClassName
{
border-color: #0074CF;
}
.TagClassName
{
border-color: #0074CF;
}
</style>