Shades of Navy Blue #0142EE
Tints of Navy Blue #0142EE
RGB
CMYK
RGB Variations
Color information
#0142EE (or 0x0142EE) is known color: Navy Blue. HEX triplet: 01, 42 and EE. RGB value is (1,66,238). Sum of RGB (Red+Green+Blue) = 1+66+238=305 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 238 (93.36% from 255 or 78.03% from 305); Max value from RGB is 238 - color contains mainly: blue. Hex color #0142EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0142EE is #FEBD11. Grayscale: #414141. Windows color (decimal): -16694546 or 15614465. OLE color: 15614465.
HSL color Cylindrical-coordinate representation of color #0142EE: hue angle of 223.54º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0142EE is Cyan = 1.00, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 66 | 238 | - |
| CMYK | 1.00 | 0.72 | 0 | 0.07 |
| HSL | 223.54º | 0.99% | 0.47% | - |
| HSV(B) | 223.54º | 1% | 0.93% | - |
| XYZ | 17.39 | 10.08 | 81.92 | - |
| YUV | 66.17 | 224.97 | 81.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 66 | 238 | 1.00 | 0.72 | 0 | 0.07 | 223.54 | 0.99 | 0.47 |
| Hex | 1 | 42 | EE | 64 | 48 | 0 | 7 | E0 | 63 | 2F |
| Octal | 1 | 102 | 356 | 144 | 110 | 0 | 7 | 340 | 143 | 57 |
| Binary | 1 | 1000010 | 11101110 | 1100100 | 1001000 | 0 | 111 | 11100000 | 1100011 | 101111 |
Color Harmonies of #0142EE
Complementary color
Monochromatic Colors of #0142EE
Black with #0142EE
Text Example
Text Example
White with #0142EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0142EE; }
p { color: rgb(1,66,238); }
H1.HeaderClassName
{
color: #0142EE;
}
.AnyTagClassName
{
color: #0142EE;
}
</style>
background-color css
<style>
a { background-color: #0142EE; }
a { background-color: rgb(1,66,238); }
div.DivClassName
{
background-color: #0142EE;
}
.BgClassName
{
background-color: #0142EE;
}
</style>
border-color css
<style>
span { border-color: #0142EE; }
span { border-color: rgb(1,66,238); }
td.TdClassName
{
border-color: #0142EE;
}
.TagClassName
{
border-color: #0142EE;
}
</style>