Shades of Navy Blue #0143EE
Tints of Navy Blue #0143EE
RGB
CMYK
RGB Variations
Color information
#0143EE (or 0x0143EE) is known color: Navy Blue. HEX triplet: 01, 43 and EE. RGB value is (1,67,238). Sum of RGB (Red+Green+Blue) = 1+67+238=306 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 238 (93.36% from 255 or 77.78% from 306); Max value from RGB is 238 - color contains mainly: blue. Hex color #0143EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0143EE is #FEBC11. Grayscale: #424242. Windows color (decimal): -16694290 or 15614721. OLE color: 15614721.
HSL color Cylindrical-coordinate representation of color #0143EE: hue angle of 223.29º 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 #0143EE is Cyan = 1.00, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 67 | 238 | - |
| CMYK | 1.00 | 0.72 | 0 | 0.07 |
| HSL | 223.29º | 0.99% | 0.47% | - |
| HSV(B) | 223.29º | 1% | 0.93% | - |
| XYZ | 17.45 | 10.19 | 81.94 | - |
| YUV | 66.76 | 224.63 | 81.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 67 | 238 | 1.00 | 0.72 | 0 | 0.07 | 223.29 | 0.99 | 0.47 |
| Hex | 1 | 43 | EE | 64 | 48 | 0 | 7 | DF | 63 | 2F |
| Octal | 1 | 103 | 356 | 144 | 110 | 0 | 7 | 337 | 143 | 57 |
| Binary | 1 | 1000011 | 11101110 | 1100100 | 1001000 | 0 | 111 | 11011111 | 1100011 | 101111 |
Color Harmonies of #0143EE
Complementary color
Monochromatic Colors of #0143EE
Black with #0143EE
Text Example
Text Example
White with #0143EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0143EE; }
p { color: rgb(1,67,238); }
H1.HeaderClassName
{
color: #0143EE;
}
.AnyTagClassName
{
color: #0143EE;
}
</style>
background-color css
<style>
a { background-color: #0143EE; }
a { background-color: rgb(1,67,238); }
div.DivClassName
{
background-color: #0143EE;
}
.BgClassName
{
background-color: #0143EE;
}
</style>
border-color css
<style>
span { border-color: #0143EE; }
span { border-color: rgb(1,67,238); }
td.TdClassName
{
border-color: #0143EE;
}
.TagClassName
{
border-color: #0143EE;
}
</style>