Shades of Navy Blue #0043FE
Tints of Navy Blue #0043FE
RGB
CMYK
RGB Variations
Color information
#0043FE (or 0x0043FE) is known color: Navy Blue. HEX triplet: 00, 43 and FE. RGB value is (0,67,254). Sum of RGB (Red+Green+Blue) = 0+67+254=321 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 254 (99.61% from 255 or 79.13% from 321); Max value from RGB is 254 - color contains mainly: blue. Hex color #0043FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0043FE is #FFBC01. Grayscale: #434343. Windows color (decimal): -16759810 or 16663296. OLE color: 16663296.
HSL color Cylindrical-coordinate representation of color #0043FE: hue angle of 224.17º 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 #0043FE is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 67 | 254 | - |
| CMYK | 1 | 0.74 | 0 | 0.00 |
| HSL | 224.17º | 1% | 0.5% | - |
| HSV(B) | 224.17º | 1% | 1% | - |
| XYZ | 19.9 | 11.17 | 94.87 | - |
| YUV | 68.29 | 232.8 | 79.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 67 | 254 | 1 | 0.74 | 0 | 0.00 | 224.17 | 1 | 0.5 |
| Hex | 0 | 43 | FE | 64 | 4A | 0 | 0 | E0 | 64 | 32 |
| Octal | 0 | 103 | 376 | 144 | 112 | 0 | 0 | 340 | 144 | 62 |
| Binary | 0 | 1000011 | 11111110 | 1100100 | 1001010 | 0 | 0 | 11100000 | 1100100 | 110010 |
Color Harmonies of #0043FE
Complementary color
Monochromatic Colors of #0043FE
Black with #0043FE
Text Example
Text Example
White with #0043FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0043FE; }
p { color: rgb(0,67,254); }
H1.HeaderClassName
{
color: #0043FE;
}
.AnyTagClassName
{
color: #0043FE;
}
</style>
background-color css
<style>
a { background-color: #0043FE; }
a { background-color: rgb(0,67,254); }
div.DivClassName
{
background-color: #0043FE;
}
.BgClassName
{
background-color: #0043FE;
}
</style>
border-color css
<style>
span { border-color: #0043FE; }
span { border-color: rgb(0,67,254); }
td.TdClassName
{
border-color: #0043FE;
}
.TagClassName
{
border-color: #0043FE;
}
</style>