Shades of Navy Blue #0451FE
Tints of Navy Blue #0451FE
RGB
CMYK
RGB Variations
Color information
#0451FE (or 0x0451FE) is known color: Navy Blue. HEX triplet: 04, 51 and FE. RGB value is (4,81,254). Sum of RGB (Red+Green+Blue) = 4+81+254=339 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.18% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 254 (99.61% from 255 or 74.93% from 339); Max value from RGB is 254 - color contains mainly: blue. Hex color #0451FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0451FE is #FBAE01. Grayscale: #4C4C4C. Windows color (decimal): -16494082 or 16666884. OLE color: 16666884.
HSL color Cylindrical-coordinate representation of color #0451FE: hue angle of 221.52º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0451FE is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 81 | 254 | - |
| CMYK | 0.98 | 0.68 | 0 | 0.00 |
| HSL | 221.52º | 0.99% | 0.51% | - |
| HSV(B) | 221.52º | 0.98% | 1% | - |
| XYZ | 20.88 | 13.07 | 95.19 | - |
| YUV | 77.7 | 227.49 | 75.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 81 | 254 | 0.98 | 0.68 | 0 | 0.00 | 221.52 | 0.99 | 0.51 |
| Hex | 4 | 51 | FE | 62 | 44 | 0 | 0 | DE | 63 | 33 |
| Octal | 4 | 121 | 376 | 142 | 104 | 0 | 0 | 336 | 143 | 63 |
| Binary | 100 | 1010001 | 11111110 | 1100010 | 1000100 | 0 | 0 | 11011110 | 1100011 | 110011 |
Color Harmonies of #0451FE
Complementary color
Monochromatic Colors of #0451FE
Black with #0451FE
Text Example
Text Example
White with #0451FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0451FE; }
p { color: rgb(4,81,254); }
H1.HeaderClassName
{
color: #0451FE;
}
.AnyTagClassName
{
color: #0451FE;
}
</style>
background-color css
<style>
a { background-color: #0451FE; }
a { background-color: rgb(4,81,254); }
div.DivClassName
{
background-color: #0451FE;
}
.BgClassName
{
background-color: #0451FE;
}
</style>
border-color css
<style>
span { border-color: #0451FE; }
span { border-color: rgb(4,81,254); }
td.TdClassName
{
border-color: #0451FE;
}
.TagClassName
{
border-color: #0451FE;
}
</style>