Shades of Navy Blue #0143FD
Tints of Navy Blue #0143FD
RGB
CMYK
RGB Variations
Color information
#0143FD (or 0x0143FD) is known color: Navy Blue. HEX triplet: 01, 43 and FD. RGB value is (1,67,253). Sum of RGB (Red+Green+Blue) = 1+67+253=321 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 253 (99.22% from 255 or 78.82% from 321); Max value from RGB is 253 - color contains mainly: blue. Hex color #0143FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0143FD is #FEBC02. Grayscale: #434343. Windows color (decimal): -16694275 or 16597761. OLE color: 16597761.
HSL color Cylindrical-coordinate representation of color #0143FD: hue angle of 224.29º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0143FD is Cyan = 1.00, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 67 | 253 | - |
| CMYK | 1.00 | 0.74 | 0 | 0.01 |
| HSL | 224.29º | 0.99% | 0.5% | - |
| HSV(B) | 224.29º | 1% | 0.99% | - |
| XYZ | 19.75 | 11.11 | 94.03 | - |
| YUV | 68.47 | 232.13 | 79.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 67 | 253 | 1.00 | 0.74 | 0 | 0.01 | 224.29 | 0.99 | 0.5 |
| Hex | 1 | 43 | FD | 64 | 4A | 0 | 1 | E0 | 63 | 32 |
| Octal | 1 | 103 | 375 | 144 | 112 | 0 | 1 | 340 | 143 | 62 |
| Binary | 1 | 1000011 | 11111101 | 1100100 | 1001010 | 0 | 1 | 11100000 | 1100011 | 110010 |
Color Harmonies of #0143FD
Complementary color
Monochromatic Colors of #0143FD
Black with #0143FD
Text Example
Text Example
White with #0143FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0143FD; }
p { color: rgb(1,67,253); }
H1.HeaderClassName
{
color: #0143FD;
}
.AnyTagClassName
{
color: #0143FD;
}
</style>
background-color css
<style>
a { background-color: #0143FD; }
a { background-color: rgb(1,67,253); }
div.DivClassName
{
background-color: #0143FD;
}
.BgClassName
{
background-color: #0143FD;
}
</style>
border-color css
<style>
span { border-color: #0143FD; }
span { border-color: rgb(1,67,253); }
td.TdClassName
{
border-color: #0143FD;
}
.TagClassName
{
border-color: #0143FD;
}
</style>