Shades of Navy Blue #0048FA
Tints of Navy Blue #0048FA
RGB
CMYK
RGB Variations
Color information
#0048FA (or 0x0048FA) is known color: Navy Blue. HEX triplet: 00, 48 and FA. RGB value is (0,72,250). Sum of RGB (Red+Green+Blue) = 0+72+250=322 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 322); Green value is 72 (28.52% from 255 or 22.36% from 322); Blue value is 250 (98.05% from 255 or 77.64% from 322); Max value from RGB is 250 - color contains mainly: blue. Hex color #0048FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0048FA is #FFB705. Grayscale: #454545. Windows color (decimal): -16758534 or 16402432. OLE color: 16402432.
HSL color Cylindrical-coordinate representation of color #0048FA: hue angle of 222.72º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0048FA is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 72 | 250 | - |
| CMYK | 1 | 0.71 | 0 | 0.02 |
| HSL | 222.72º | 1% | 0.49% | - |
| HSV(B) | 222.72º | 1% | 0.98% | - |
| XYZ | 19.57 | 11.54 | 91.64 | - |
| YUV | 70.76 | 229.15 | 77.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 72 | 250 | 1 | 0.71 | 0 | 0.02 | 222.72 | 1 | 0.49 |
| Hex | 0 | 48 | FA | 64 | 47 | 0 | 2 | DF | 64 | 31 |
| Octal | 0 | 110 | 372 | 144 | 107 | 0 | 2 | 337 | 144 | 61 |
| Binary | 0 | 1001000 | 11111010 | 1100100 | 1000111 | 0 | 10 | 11011111 | 1100100 | 110001 |
Color Harmonies of #0048FA
Complementary color
Monochromatic Colors of #0048FA
Black with #0048FA
Text Example
Text Example
White with #0048FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0048FA; }
p { color: rgb(0,72,250); }
H1.HeaderClassName
{
color: #0048FA;
}
.AnyTagClassName
{
color: #0048FA;
}
</style>
background-color css
<style>
a { background-color: #0048FA; }
a { background-color: rgb(0,72,250); }
div.DivClassName
{
background-color: #0048FA;
}
.BgClassName
{
background-color: #0048FA;
}
</style>
border-color css
<style>
span { border-color: #0048FA; }
span { border-color: rgb(0,72,250); }
td.TdClassName
{
border-color: #0048FA;
}
.TagClassName
{
border-color: #0048FA;
}
</style>