Shades of Navy Blue #0048DD
Tints of Navy Blue #0048DD
RGB
CMYK
RGB Variations
Color information
#0048DD (or 0x0048DD) is known color: Navy Blue. HEX triplet: 00, 48 and DD. RGB value is (0,72,221). Sum of RGB (Red+Green+Blue) = 0+72+221=293 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 293); Green value is 72 (28.52% from 255 or 24.57% from 293); Blue value is 221 (86.72% from 255 or 75.43% from 293); Max value from RGB is 221 - color contains mainly: blue. Hex color #0048DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0048DD is #FFB722. Grayscale: #424242. Windows color (decimal): -16758563 or 14501888. OLE color: 14501888.
HSL color Cylindrical-coordinate representation of color #0048DD: hue angle of 220.45º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0048DD is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 72 | 221 | - |
| CMYK | 1 | 0.67 | 0 | 0.13 |
| HSL | 220.45º | 1% | 0.43% | - |
| HSV(B) | 220.45º | 1% | 0.87% | - |
| XYZ | 15.37 | 9.86 | 69.5 | - |
| YUV | 67.46 | 214.65 | 79.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 72 | 221 | 1 | 0.67 | 0 | 0.13 | 220.45 | 1 | 0.43 |
| Hex | 0 | 48 | DD | 64 | 43 | 0 | D | DC | 64 | 2B |
| Octal | 0 | 110 | 335 | 144 | 103 | 0 | 15 | 334 | 144 | 53 |
| Binary | 0 | 1001000 | 11011101 | 1100100 | 1000011 | 0 | 1101 | 11011100 | 1100100 | 101011 |
Color Harmonies of #0048DD
Complementary color
Monochromatic Colors of #0048DD
Black with #0048DD
Text Example
Text Example
White with #0048DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0048DD; }
p { color: rgb(0,72,221); }
H1.HeaderClassName
{
color: #0048DD;
}
.AnyTagClassName
{
color: #0048DD;
}
</style>
background-color css
<style>
a { background-color: #0048DD; }
a { background-color: rgb(0,72,221); }
div.DivClassName
{
background-color: #0048DD;
}
.BgClassName
{
background-color: #0048DD;
}
</style>
border-color css
<style>
span { border-color: #0048DD; }
span { border-color: rgb(0,72,221); }
td.TdClassName
{
border-color: #0048DD;
}
.TagClassName
{
border-color: #0048DD;
}
</style>