Shades of Navy Blue #0448DD
Tints of Navy Blue #0448DD
RGB
CMYK
RGB Variations
Color information
#0448DD (or 0x0448DD) is known color: Navy Blue. HEX triplet: 04, 48 and DD. RGB value is (4,72,221). Sum of RGB (Red+Green+Blue) = 4+72+221=297 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.35% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 221 (86.72% from 255 or 74.41% from 297); Max value from RGB is 221 - color contains mainly: blue. Hex color #0448DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0448DD is #FBB722. Grayscale: #434343. Windows color (decimal): -16496419 or 14501892. OLE color: 14501892.
HSL color Cylindrical-coordinate representation of color #0448DD: hue angle of 221.2º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0448DD is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 72 | 221 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.13 |
| HSL | 221.2º | 0.96% | 0.44% | - |
| HSV(B) | 221.2º | 0.98% | 0.87% | - |
| XYZ | 15.42 | 9.88 | 69.5 | - |
| YUV | 68.65 | 213.97 | 81.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 72 | 221 | 0.98 | 0.67 | 0 | 0.13 | 221.2 | 0.96 | 0.44 |
| Hex | 4 | 48 | DD | 62 | 43 | 0 | D | DD | 60 | 2C |
| Octal | 4 | 110 | 335 | 142 | 103 | 0 | 15 | 335 | 140 | 54 |
| Binary | 100 | 1001000 | 11011101 | 1100010 | 1000011 | 0 | 1101 | 11011101 | 1100000 | 101100 |
Color Harmonies of #0448DD
Complementary color
Monochromatic Colors of #0448DD
Black with #0448DD
Text Example
Text Example
White with #0448DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0448DD; }
p { color: rgb(4,72,221); }
H1.HeaderClassName
{
color: #0448DD;
}
.AnyTagClassName
{
color: #0448DD;
}
</style>
background-color css
<style>
a { background-color: #0448DD; }
a { background-color: rgb(4,72,221); }
div.DivClassName
{
background-color: #0448DD;
}
.BgClassName
{
background-color: #0448DD;
}
</style>
border-color css
<style>
span { border-color: #0448DD; }
span { border-color: rgb(4,72,221); }
td.TdClassName
{
border-color: #0448DD;
}
.TagClassName
{
border-color: #0448DD;
}
</style>