Shades of Navy Blue #0048CD
Tints of Navy Blue #0048CD
RGB
CMYK
RGB Variations
Color information
#0048CD (or 0x0048CD) is known color: Navy Blue. HEX triplet: 00, 48 and CD. RGB value is (0,72,205). Sum of RGB (Red+Green+Blue) = 0+72+205=277 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 205 (80.47% from 255 or 74.01% from 277); Max value from RGB is 205 - color contains mainly: blue. Hex color #0048CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0048CD is #FFB732. Grayscale: #414141. Windows color (decimal): -16758579 or 13453312. OLE color: 13453312.
HSL color Cylindrical-coordinate representation of color #0048CD: hue angle of 218.93º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0048CD is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 72 | 205 | - |
| CMYK | 1 | 0.65 | 0 | 0.20 |
| HSL | 218.93º | 1% | 0.4% | - |
| HSV(B) | 218.93º | 1% | 0.8% | - |
| XYZ | 13.34 | 9.04 | 58.8 | - |
| YUV | 65.63 | 206.65 | 81.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 72 | 205 | 1 | 0.65 | 0 | 0.20 | 218.93 | 1 | 0.4 |
| Hex | 0 | 48 | CD | 64 | 41 | 0 | 14 | DB | 64 | 28 |
| Octal | 0 | 110 | 315 | 144 | 101 | 0 | 24 | 333 | 144 | 50 |
| Binary | 0 | 1001000 | 11001101 | 1100100 | 1000001 | 0 | 10100 | 11011011 | 1100100 | 101000 |
Color Harmonies of #0048CD
Complementary color
Monochromatic Colors of #0048CD
Black with #0048CD
Text Example
Text Example
White with #0048CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0048CD; }
p { color: rgb(0,72,205); }
H1.HeaderClassName
{
color: #0048CD;
}
.AnyTagClassName
{
color: #0048CD;
}
</style>
background-color css
<style>
a { background-color: #0048CD; }
a { background-color: rgb(0,72,205); }
div.DivClassName
{
background-color: #0048CD;
}
.BgClassName
{
background-color: #0048CD;
}
</style>
border-color css
<style>
span { border-color: #0048CD; }
span { border-color: rgb(0,72,205); }
td.TdClassName
{
border-color: #0048CD;
}
.TagClassName
{
border-color: #0048CD;
}
</style>