Shades of Navy Blue #0045FE
Tints of Navy Blue #0045FE
RGB
CMYK
RGB Variations
Color information
#0045FE (or 0x0045FE) is known color: Navy Blue. HEX triplet: 00, 45 and FE. RGB value is (0,69,254). Sum of RGB (Red+Green+Blue) = 0+69+254=323 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 254 (99.61% from 255 or 78.64% from 323); Max value from RGB is 254 - color contains mainly: blue. Hex color #0045FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0045FE is #FFBA01. Grayscale: #444444. Windows color (decimal): -16759298 or 16663808. OLE color: 16663808.
HSL color Cylindrical-coordinate representation of color #0045FE: hue angle of 223.7º 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 #0045FE is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 69 | 254 | - |
| CMYK | 1 | 0.73 | 0 | 0.00 |
| HSL | 223.7º | 1% | 0.5% | - |
| HSV(B) | 223.7º | 1% | 1% | - |
| XYZ | 20.02 | 11.41 | 94.91 | - |
| YUV | 69.46 | 232.14 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 69 | 254 | 1 | 0.73 | 0 | 0.00 | 223.7 | 1 | 0.5 |
| Hex | 0 | 45 | FE | 64 | 49 | 0 | 0 | E0 | 64 | 32 |
| Octal | 0 | 105 | 376 | 144 | 111 | 0 | 0 | 340 | 144 | 62 |
| Binary | 0 | 1000101 | 11111110 | 1100100 | 1001001 | 0 | 0 | 11100000 | 1100100 | 110010 |
Color Harmonies of #0045FE
Complementary color
Monochromatic Colors of #0045FE
Black with #0045FE
Text Example
Text Example
White with #0045FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0045FE; }
p { color: rgb(0,69,254); }
H1.HeaderClassName
{
color: #0045FE;
}
.AnyTagClassName
{
color: #0045FE;
}
</style>
background-color css
<style>
a { background-color: #0045FE; }
a { background-color: rgb(0,69,254); }
div.DivClassName
{
background-color: #0045FE;
}
.BgClassName
{
background-color: #0045FE;
}
</style>
border-color css
<style>
span { border-color: #0045FE; }
span { border-color: rgb(0,69,254); }
td.TdClassName
{
border-color: #0045FE;
}
.TagClassName
{
border-color: #0045FE;
}
</style>