Shades of Navy Blue #0143EF
Tints of Navy Blue #0143EF
RGB
CMYK
RGB Variations
Color information
#0143EF (or 0x0143EF) is known color: Navy Blue. HEX triplet: 01, 43 and EF. RGB value is (1,67,239). Sum of RGB (Red+Green+Blue) = 1+67+239=307 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 307); Green value is 67 (26.56% from 255 or 21.82% from 307); Blue value is 239 (93.75% from 255 or 77.85% from 307); Max value from RGB is 239 - color contains mainly: blue. Hex color #0143EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0143EF is #FEBC10. Grayscale: #424242. Windows color (decimal): -16694289 or 15680257. OLE color: 15680257.
HSL color Cylindrical-coordinate representation of color #0143EF: hue angle of 223.36º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0143EF is Cyan = 1.00, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 1 | 67 | 239 | - |
| CMYK | 1.00 | 0.72 | 0 | 0.06 |
| HSL | 223.36º | 0.99% | 0.47% | - |
| HSV(B) | 223.36º | 1% | 0.94% | - |
| XYZ | 17.6 | 10.25 | 82.71 | - |
| YUV | 66.87 | 225.13 | 81.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 67 | 239 | 1.00 | 0.72 | 0 | 0.06 | 223.36 | 0.99 | 0.47 |
| Hex | 1 | 43 | EF | 64 | 48 | 0 | 6 | DF | 63 | 2F |
| Octal | 1 | 103 | 357 | 144 | 110 | 0 | 6 | 337 | 143 | 57 |
| Binary | 1 | 1000011 | 11101111 | 1100100 | 1001000 | 0 | 110 | 11011111 | 1100011 | 101111 |
Color Harmonies of #0143EF
Complementary color
Monochromatic Colors of #0143EF
Black with #0143EF
Text Example
Text Example
White with #0143EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0143EF; }
p { color: rgb(1,67,239); }
H1.HeaderClassName
{
color: #0143EF;
}
.AnyTagClassName
{
color: #0143EF;
}
</style>
background-color css
<style>
a { background-color: #0143EF; }
a { background-color: rgb(1,67,239); }
div.DivClassName
{
background-color: #0143EF;
}
.BgClassName
{
background-color: #0143EF;
}
</style>
border-color css
<style>
span { border-color: #0143EF; }
span { border-color: rgb(1,67,239); }
td.TdClassName
{
border-color: #0143EF;
}
.TagClassName
{
border-color: #0143EF;
}
</style>