Shades of Navy Blue #004BCF
Tints of Navy Blue #004BCF
RGB
CMYK
RGB Variations
Color information
#004BCF (or 0x004BCF) is known color: Navy Blue. HEX triplet: 00, 4B and CF. RGB value is (0,75,207). Sum of RGB (Red+Green+Blue) = 0+75+207=282 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 282); Green value is 75 (29.69% from 255 or 26.60% from 282); Blue value is 207 (81.25% from 255 or 73.40% from 282); Max value from RGB is 207 - color contains mainly: blue. Hex color #004BCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004BCF is #FFB430. Grayscale: #434343. Windows color (decimal): -16757809 or 13585152. OLE color: 13585152.
HSL color Cylindrical-coordinate representation of color #004BCF: hue angle of 218.26º 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 #004BCF is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 75 | 207 | - |
| CMYK | 1 | 0.64 | 0 | 0.19 |
| HSL | 218.26º | 1% | 0.41% | - |
| HSV(B) | 218.26º | 1% | 0.81% | - |
| XYZ | 13.78 | 9.54 | 60.15 | - |
| YUV | 67.62 | 206.65 | 79.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 75 | 207 | 1 | 0.64 | 0 | 0.19 | 218.26 | 1 | 0.41 |
| Hex | 0 | 4B | CF | 64 | 40 | 0 | 13 | DA | 64 | 29 |
| Octal | 0 | 113 | 317 | 144 | 100 | 0 | 23 | 332 | 144 | 51 |
| Binary | 0 | 1001011 | 11001111 | 1100100 | 1000000 | 0 | 10011 | 11011010 | 1100100 | 101001 |
Color Harmonies of #004BCF
Complementary color
Monochromatic Colors of #004BCF
Black with #004BCF
Text Example
Text Example
White with #004BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004BCF; }
p { color: rgb(0,75,207); }
H1.HeaderClassName
{
color: #004BCF;
}
.AnyTagClassName
{
color: #004BCF;
}
</style>
background-color css
<style>
a { background-color: #004BCF; }
a { background-color: rgb(0,75,207); }
div.DivClassName
{
background-color: #004BCF;
}
.BgClassName
{
background-color: #004BCF;
}
</style>
border-color css
<style>
span { border-color: #004BCF; }
span { border-color: rgb(0,75,207); }
td.TdClassName
{
border-color: #004BCF;
}
.TagClassName
{
border-color: #004BCF;
}
</style>