Shades of Navy Blue #0141DC
Tints of Navy Blue #0141DC
RGB
CMYK
RGB Variations
Color information
#0141DC (or 0x0141DC) is known color: Navy Blue. HEX triplet: 01, 41 and DC. RGB value is (1,65,220). Sum of RGB (Red+Green+Blue) = 1+65+220=286 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 286); Green value is 65 (25.78% from 255 or 22.73% from 286); Blue value is 220 (86.33% from 255 or 76.92% from 286); Max value from RGB is 220 - color contains mainly: blue. Hex color #0141DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0141DC is #FEBE23. Grayscale: #3E3E3E. Windows color (decimal): -16694820 or 14434561. OLE color: 14434561.
HSL color Cylindrical-coordinate representation of color #0141DC: hue angle of 222.47º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0141DC is Cyan = 1.00, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 65 | 220 | - |
| CMYK | 1.00 | 0.70 | 0 | 0.14 |
| HSL | 222.47º | 0.99% | 0.43% | - |
| HSV(B) | 222.47º | 1% | 0.86% | - |
| XYZ | 14.82 | 8.95 | 68.66 | - |
| YUV | 63.53 | 216.3 | 83.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 65 | 220 | 1.00 | 0.70 | 0 | 0.14 | 222.47 | 0.99 | 0.43 |
| Hex | 1 | 41 | DC | 64 | 46 | 0 | E | DE | 63 | 2B |
| Octal | 1 | 101 | 334 | 144 | 106 | 0 | 16 | 336 | 143 | 53 |
| Binary | 1 | 1000001 | 11011100 | 1100100 | 1000110 | 0 | 1110 | 11011110 | 1100011 | 101011 |
Color Harmonies of #0141DC
Complementary color
Monochromatic Colors of #0141DC
Black with #0141DC
Text Example
Text Example
White with #0141DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0141DC; }
p { color: rgb(1,65,220); }
H1.HeaderClassName
{
color: #0141DC;
}
.AnyTagClassName
{
color: #0141DC;
}
</style>
background-color css
<style>
a { background-color: #0141DC; }
a { background-color: rgb(1,65,220); }
div.DivClassName
{
background-color: #0141DC;
}
.BgClassName
{
background-color: #0141DC;
}
</style>
border-color css
<style>
span { border-color: #0141DC; }
span { border-color: rgb(1,65,220); }
td.TdClassName
{
border-color: #0141DC;
}
.TagClassName
{
border-color: #0141DC;
}
</style>