Shades of Navy Blue #0142FF
Tints of Navy Blue #0142FF
RGB
CMYK
RGB Variations
Color information
#0142FF (or 0x0142FF) is known color: Navy Blue. HEX triplet: 01, 42 and FF. RGB value is (1,66,255). Sum of RGB (Red+Green+Blue) = 1+66+255=322 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 255 (100% from 255 or 79.19% from 322); Max value from RGB is 255 - color contains mainly: blue. Hex color #0142FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0142FF is #FEBD00. Grayscale: #434343. Windows color (decimal): -16694529 or 16728577. OLE color: 16728577.
HSL color Cylindrical-coordinate representation of color #0142FF: hue angle of 224.65º 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 #0142FF is Cyan = 1.00, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 66 | 255 | - |
| CMYK | 1.00 | 0.74 | 0 | 0 |
| HSL | 224.65º | 1% | 0.5% | - |
| HSV(B) | 224.65º | 1% | 1% | - |
| XYZ | 20.01 | 11.12 | 95.7 | - |
| YUV | 68.11 | 233.47 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 66 | 255 | 1.00 | 0.74 | 0 | 0 | 224.65 | 1 | 0.5 |
| Hex | 1 | 42 | FF | 64 | 4A | 0 | 0 | E1 | 64 | 32 |
| Octal | 1 | 102 | 377 | 144 | 112 | 0 | 0 | 341 | 144 | 62 |
| Binary | 1 | 1000010 | 11111111 | 1100100 | 1001010 | 0 | 0 | 11100001 | 1100100 | 110010 |
Color Harmonies of #0142FF
Complementary color
Monochromatic Colors of #0142FF
Black with #0142FF
Text Example
Text Example
White with #0142FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0142FF; }
p { color: rgb(1,66,255); }
H1.HeaderClassName
{
color: #0142FF;
}
.AnyTagClassName
{
color: #0142FF;
}
</style>
background-color css
<style>
a { background-color: #0142FF; }
a { background-color: rgb(1,66,255); }
div.DivClassName
{
background-color: #0142FF;
}
.BgClassName
{
background-color: #0142FF;
}
</style>
border-color css
<style>
span { border-color: #0142FF; }
span { border-color: rgb(1,66,255); }
td.TdClassName
{
border-color: #0142FF;
}
.TagClassName
{
border-color: #0142FF;
}
</style>