Shades of Navy Blue #0448DF
Tints of Navy Blue #0448DF
RGB
CMYK
RGB Variations
Color information
#0448DF (or 0x0448DF) is known color: Navy Blue. HEX triplet: 04, 48 and DF. RGB value is (4,72,223). Sum of RGB (Red+Green+Blue) = 4+72+223=299 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.34% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 223 (87.5% from 255 or 74.58% from 299); Max value from RGB is 223 - color contains mainly: blue. Hex color #0448DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0448DF is #FBB720. Grayscale: #444444. Windows color (decimal): -16496417 or 14632964. OLE color: 14632964.
HSL color Cylindrical-coordinate representation of color #0448DF: hue angle of 221.37º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0448DF is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 72 | 223 | - |
| CMYK | 0.98 | 0.68 | 0 | 0.13 |
| HSL | 221.37º | 0.96% | 0.45% | - |
| HSV(B) | 221.37º | 0.98% | 0.87% | - |
| XYZ | 15.69 | 9.99 | 70.91 | - |
| YUV | 68.88 | 214.97 | 81.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 72 | 223 | 0.98 | 0.68 | 0 | 0.13 | 221.37 | 0.96 | 0.45 |
| Hex | 4 | 48 | DF | 62 | 44 | 0 | D | DD | 60 | 2D |
| Octal | 4 | 110 | 337 | 142 | 104 | 0 | 15 | 335 | 140 | 55 |
| Binary | 100 | 1001000 | 11011111 | 1100010 | 1000100 | 0 | 1101 | 11011101 | 1100000 | 101101 |
Color Harmonies of #0448DF
Complementary color
Monochromatic Colors of #0448DF
Black with #0448DF
Text Example
Text Example
White with #0448DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0448DF; }
p { color: rgb(4,72,223); }
H1.HeaderClassName
{
color: #0448DF;
}
.AnyTagClassName
{
color: #0448DF;
}
</style>
background-color css
<style>
a { background-color: #0448DF; }
a { background-color: rgb(4,72,223); }
div.DivClassName
{
background-color: #0448DF;
}
.BgClassName
{
background-color: #0448DF;
}
</style>
border-color css
<style>
span { border-color: #0448DF; }
span { border-color: rgb(4,72,223); }
td.TdClassName
{
border-color: #0448DF;
}
.TagClassName
{
border-color: #0448DF;
}
</style>