Shades of Navy Blue #0448CE
Tints of Navy Blue #0448CE
RGB
CMYK
RGB Variations
Color information
#0448CE (or 0x0448CE) is known color: Navy Blue. HEX triplet: 04, 48 and CE. RGB value is (4,72,206). Sum of RGB (Red+Green+Blue) = 4+72+206=282 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 206 (80.86% from 255 or 73.05% from 282); Max value from RGB is 206 - color contains mainly: blue. Hex color #0448CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0448CE is #FBB731. Grayscale: #424242. Windows color (decimal): -16496434 or 13518852. OLE color: 13518852.
HSL color Cylindrical-coordinate representation of color #0448CE: hue angle of 219.8º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0448CE is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 72 | 206 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.19 |
| HSL | 219.8º | 0.96% | 0.41% | - |
| HSV(B) | 219.8º | 0.98% | 0.81% | - |
| XYZ | 13.51 | 9.12 | 59.44 | - |
| YUV | 66.94 | 206.47 | 83.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 72 | 206 | 0.98 | 0.65 | 0 | 0.19 | 219.8 | 0.96 | 0.41 |
| Hex | 4 | 48 | CE | 62 | 41 | 0 | 13 | DC | 60 | 29 |
| Octal | 4 | 110 | 316 | 142 | 101 | 0 | 23 | 334 | 140 | 51 |
| Binary | 100 | 1001000 | 11001110 | 1100010 | 1000001 | 0 | 10011 | 11011100 | 1100000 | 101001 |
Color Harmonies of #0448CE
Complementary color
Monochromatic Colors of #0448CE
Black with #0448CE
Text Example
Text Example
White with #0448CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0448CE; }
p { color: rgb(4,72,206); }
H1.HeaderClassName
{
color: #0448CE;
}
.AnyTagClassName
{
color: #0448CE;
}
</style>
background-color css
<style>
a { background-color: #0448CE; }
a { background-color: rgb(4,72,206); }
div.DivClassName
{
background-color: #0448CE;
}
.BgClassName
{
background-color: #0448CE;
}
</style>
border-color css
<style>
span { border-color: #0448CE; }
span { border-color: rgb(4,72,206); }
td.TdClassName
{
border-color: #0448CE;
}
.TagClassName
{
border-color: #0448CE;
}
</style>