Shades of Navy Blue #0143FA
Tints of Navy Blue #0143FA
RGB
CMYK
RGB Variations
Color information
#0143FA (or 0x0143FA) is known color: Navy Blue. HEX triplet: 01, 43 and FA. RGB value is (1,67,250). Sum of RGB (Red+Green+Blue) = 1+67+250=318 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 250 (98.05% from 255 or 78.62% from 318); Max value from RGB is 250 - color contains mainly: blue. Hex color #0143FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0143FA is #FEBC05. Grayscale: #434343. Windows color (decimal): -16694278 or 16401153. OLE color: 16401153.
HSL color Cylindrical-coordinate representation of color #0143FA: hue angle of 224.1º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0143FA is Cyan = 1.00, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 67 | 250 | - |
| CMYK | 1.00 | 0.73 | 0 | 0.02 |
| HSL | 224.1º | 0.99% | 0.49% | - |
| HSV(B) | 224.1º | 1% | 0.98% | - |
| XYZ | 19.27 | 10.92 | 91.53 | - |
| YUV | 68.13 | 230.63 | 80.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 67 | 250 | 1.00 | 0.73 | 0 | 0.02 | 224.1 | 0.99 | 0.49 |
| Hex | 1 | 43 | FA | 64 | 49 | 0 | 2 | E0 | 63 | 31 |
| Octal | 1 | 103 | 372 | 144 | 111 | 0 | 2 | 340 | 143 | 61 |
| Binary | 1 | 1000011 | 11111010 | 1100100 | 1001001 | 0 | 10 | 11100000 | 1100011 | 110001 |
Color Harmonies of #0143FA
Complementary color
Monochromatic Colors of #0143FA
Black with #0143FA
Text Example
Text Example
White with #0143FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0143FA; }
p { color: rgb(1,67,250); }
H1.HeaderClassName
{
color: #0143FA;
}
.AnyTagClassName
{
color: #0143FA;
}
</style>
background-color css
<style>
a { background-color: #0143FA; }
a { background-color: rgb(1,67,250); }
div.DivClassName
{
background-color: #0143FA;
}
.BgClassName
{
background-color: #0143FA;
}
</style>
border-color css
<style>
span { border-color: #0143FA; }
span { border-color: rgb(1,67,250); }
td.TdClassName
{
border-color: #0143FA;
}
.TagClassName
{
border-color: #0143FA;
}
</style>