Shades of Navy Blue #004CCF
Tints of Navy Blue #004CCF
RGB
CMYK
RGB Variations
Color information
#004CCF (or 0x004CCF) is known color: Navy Blue. HEX triplet: 00, 4C and CF. RGB value is (0,76,207). Sum of RGB (Red+Green+Blue) = 0+76+207=283 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 283); Green value is 76 (30.08% from 255 or 26.86% from 283); Blue value is 207 (81.25% from 255 or 73.14% from 283); Max value from RGB is 207 - color contains mainly: blue. Hex color #004CCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004CCF is #FFB330. Grayscale: #434343. Windows color (decimal): -16757553 or 13585408. OLE color: 13585408.
HSL color Cylindrical-coordinate representation of color #004CCF: hue angle of 217.97º 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 #004CCF is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 76 | 207 | - |
| CMYK | 1 | 0.63 | 0 | 0.19 |
| HSL | 217.97º | 1% | 0.41% | - |
| HSV(B) | 217.97º | 1% | 0.81% | - |
| XYZ | 13.85 | 9.67 | 60.17 | - |
| YUV | 68.21 | 206.32 | 79.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 76 | 207 | 1 | 0.63 | 0 | 0.19 | 217.97 | 1 | 0.41 |
| Hex | 0 | 4C | CF | 64 | 3F | 0 | 13 | DA | 64 | 29 |
| Octal | 0 | 114 | 317 | 144 | 77 | 0 | 23 | 332 | 144 | 51 |
| Binary | 0 | 1001100 | 11001111 | 1100100 | 111111 | 0 | 10011 | 11011010 | 1100100 | 101001 |
Color Harmonies of #004CCF
Complementary color
Monochromatic Colors of #004CCF
Black with #004CCF
Text Example
Text Example
White with #004CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004CCF; }
p { color: rgb(0,76,207); }
H1.HeaderClassName
{
color: #004CCF;
}
.AnyTagClassName
{
color: #004CCF;
}
</style>
background-color css
<style>
a { background-color: #004CCF; }
a { background-color: rgb(0,76,207); }
div.DivClassName
{
background-color: #004CCF;
}
.BgClassName
{
background-color: #004CCF;
}
</style>
border-color css
<style>
span { border-color: #004CCF; }
span { border-color: rgb(0,76,207); }
td.TdClassName
{
border-color: #004CCF;
}
.TagClassName
{
border-color: #004CCF;
}
</style>