Shades of Navy Blue #0143DA
Tints of Navy Blue #0143DA
RGB
CMYK
RGB Variations
Color information
#0143DA (or 0x0143DA) is known color: Navy Blue. HEX triplet: 01, 43 and DA. RGB value is (1,67,218). Sum of RGB (Red+Green+Blue) = 1+67+218=286 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 218 (85.55% from 255 or 76.22% from 286); Max value from RGB is 218 - color contains mainly: blue. Hex color #0143DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0143DA is #FEBC25. Grayscale: #3F3F3F. Windows color (decimal): -16694310 or 14304001. OLE color: 14304001.
HSL color Cylindrical-coordinate representation of color #0143DA: hue angle of 221.75º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0143DA is Cyan = 1.00, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 67 | 218 | - |
| CMYK | 1.00 | 0.69 | 0 | 0.15 |
| HSL | 221.75º | 0.99% | 0.43% | - |
| HSV(B) | 221.75º | 1% | 0.85% | - |
| XYZ | 14.67 | 9.08 | 67.31 | - |
| YUV | 64.48 | 214.63 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 67 | 218 | 1.00 | 0.69 | 0 | 0.15 | 221.75 | 0.99 | 0.43 |
| Hex | 1 | 43 | DA | 64 | 45 | 0 | F | DE | 63 | 2B |
| Octal | 1 | 103 | 332 | 144 | 105 | 0 | 17 | 336 | 143 | 53 |
| Binary | 1 | 1000011 | 11011010 | 1100100 | 1000101 | 0 | 1111 | 11011110 | 1100011 | 101011 |
Color Harmonies of #0143DA
Complementary color
Monochromatic Colors of #0143DA
Black with #0143DA
Text Example
Text Example
White with #0143DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0143DA; }
p { color: rgb(1,67,218); }
H1.HeaderClassName
{
color: #0143DA;
}
.AnyTagClassName
{
color: #0143DA;
}
</style>
background-color css
<style>
a { background-color: #0143DA; }
a { background-color: rgb(1,67,218); }
div.DivClassName
{
background-color: #0143DA;
}
.BgClassName
{
background-color: #0143DA;
}
</style>
border-color css
<style>
span { border-color: #0143DA; }
span { border-color: rgb(1,67,218); }
td.TdClassName
{
border-color: #0143DA;
}
.TagClassName
{
border-color: #0143DA;
}
</style>