Shades of Navy Blue #0048CF
Tints of Navy Blue #0048CF
RGB
CMYK
RGB Variations
Color information
#0048CF (or 0x0048CF) is known color: Navy Blue. HEX triplet: 00, 48 and CF. RGB value is (0,72,207). Sum of RGB (Red+Green+Blue) = 0+72+207=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 207 (81.25% from 255 or 74.19% from 279); Max value from RGB is 207 - color contains mainly: blue. Hex color #0048CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0048CF is #FFB730. Grayscale: #414141. Windows color (decimal): -16758577 or 13584384. OLE color: 13584384.
HSL color Cylindrical-coordinate representation of color #0048CF: hue angle of 219.13º 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 #0048CF is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 72 | 207 | - |
| CMYK | 1 | 0.65 | 0 | 0.19 |
| HSL | 219.13º | 1% | 0.41% | - |
| HSV(B) | 219.13º | 1% | 0.81% | - |
| XYZ | 13.58 | 9.14 | 60.08 | - |
| YUV | 65.86 | 207.65 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 72 | 207 | 1 | 0.65 | 0 | 0.19 | 219.13 | 1 | 0.41 |
| Hex | 0 | 48 | CF | 64 | 41 | 0 | 13 | DB | 64 | 29 |
| Octal | 0 | 110 | 317 | 144 | 101 | 0 | 23 | 333 | 144 | 51 |
| Binary | 0 | 1001000 | 11001111 | 1100100 | 1000001 | 0 | 10011 | 11011011 | 1100100 | 101001 |
Color Harmonies of #0048CF
Complementary color
Monochromatic Colors of #0048CF
Black with #0048CF
Text Example
Text Example
White with #0048CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0048CF; }
p { color: rgb(0,72,207); }
H1.HeaderClassName
{
color: #0048CF;
}
.AnyTagClassName
{
color: #0048CF;
}
</style>
background-color css
<style>
a { background-color: #0048CF; }
a { background-color: rgb(0,72,207); }
div.DivClassName
{
background-color: #0048CF;
}
.BgClassName
{
background-color: #0048CF;
}
</style>
border-color css
<style>
span { border-color: #0048CF; }
span { border-color: rgb(0,72,207); }
td.TdClassName
{
border-color: #0048CF;
}
.TagClassName
{
border-color: #0048CF;
}
</style>