Shades of Navy Blue #0048FF
Tints of Navy Blue #0048FF
RGB
CMYK
RGB Variations
Color information
#0048FF (or 0x0048FF) is known color: Navy Blue. HEX triplet: 00, 48 and FF. RGB value is (0,72,255). Sum of RGB (Red+Green+Blue) = 0+72+255=327 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 327); Green value is 72 (28.52% from 255 or 22.02% from 327); Blue value is 255 (100% from 255 or 77.98% from 327); Max value from RGB is 255 - color contains mainly: blue. Hex color #0048FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0048FF is #FFB700. Grayscale: #464646. Windows color (decimal): -16758529 or 16730112. OLE color: 16730112.
HSL color Cylindrical-coordinate representation of color #0048FF: hue angle of 223.06º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0048FF is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 72 | 255 | - |
| CMYK | 1 | 0.72 | 0 | 0 |
| HSL | 223.06º | 1% | 0.5% | - |
| HSV(B) | 223.06º | 1% | 1% | - |
| XYZ | 20.37 | 11.85 | 95.82 | - |
| YUV | 71.33 | 231.65 | 77.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 72 | 255 | 1 | 0.72 | 0 | 0 | 223.06 | 1 | 0.5 |
| Hex | 0 | 48 | FF | 64 | 48 | 0 | 0 | DF | 64 | 32 |
| Octal | 0 | 110 | 377 | 144 | 110 | 0 | 0 | 337 | 144 | 62 |
| Binary | 0 | 1001000 | 11111111 | 1100100 | 1001000 | 0 | 0 | 11011111 | 1100100 | 110010 |
Color Harmonies of #0048FF
Complementary color
Monochromatic Colors of #0048FF
Black with #0048FF
Text Example
Text Example
White with #0048FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0048FF; }
p { color: rgb(0,72,255); }
H1.HeaderClassName
{
color: #0048FF;
}
.AnyTagClassName
{
color: #0048FF;
}
</style>
background-color css
<style>
a { background-color: #0048FF; }
a { background-color: rgb(0,72,255); }
div.DivClassName
{
background-color: #0048FF;
}
.BgClassName
{
background-color: #0048FF;
}
</style>
border-color css
<style>
span { border-color: #0048FF; }
span { border-color: rgb(0,72,255); }
td.TdClassName
{
border-color: #0048FF;
}
.TagClassName
{
border-color: #0048FF;
}
</style>