Shades of Navy Blue #0154DC
Tints of Navy Blue #0154DC
RGB
CMYK
RGB Variations
Color information
#0154DC (or 0x0154DC) is known color: Navy Blue. HEX triplet: 01, 54 and DC. RGB value is (1,84,220). Sum of RGB (Red+Green+Blue) = 1+84+220=305 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 220 (86.33% from 255 or 72.13% from 305); Max value from RGB is 220 - color contains mainly: blue. Hex color #0154DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0154DC is #FEAB23. Grayscale: #4A4A4A. Windows color (decimal): -16689956 or 14439425. OLE color: 14439425.
HSL color Cylindrical-coordinate representation of color #0154DC: hue angle of 217.26º 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 #0154DC is Cyan = 1.00, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 84 | 220 | - |
| CMYK | 1.00 | 0.62 | 0 | 0.14 |
| HSL | 217.26º | 0.99% | 0.43% | - |
| HSV(B) | 217.26º | 1% | 0.86% | - |
| XYZ | 16.1 | 11.51 | 69.08 | - |
| YUV | 74.69 | 210 | 75.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 84 | 220 | 1.00 | 0.62 | 0 | 0.14 | 217.26 | 0.99 | 0.43 |
| Hex | 1 | 54 | DC | 64 | 3E | 0 | E | D9 | 63 | 2B |
| Octal | 1 | 124 | 334 | 144 | 76 | 0 | 16 | 331 | 143 | 53 |
| Binary | 1 | 1010100 | 11011100 | 1100100 | 111110 | 0 | 1110 | 11011001 | 1100011 | 101011 |
Color Harmonies of #0154DC
Complementary color
Monochromatic Colors of #0154DC
Black with #0154DC
Text Example
Text Example
White with #0154DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0154DC; }
p { color: rgb(1,84,220); }
H1.HeaderClassName
{
color: #0154DC;
}
.AnyTagClassName
{
color: #0154DC;
}
</style>
background-color css
<style>
a { background-color: #0154DC; }
a { background-color: rgb(1,84,220); }
div.DivClassName
{
background-color: #0154DC;
}
.BgClassName
{
background-color: #0154DC;
}
</style>
border-color css
<style>
span { border-color: #0154DC; }
span { border-color: rgb(1,84,220); }
td.TdClassName
{
border-color: #0154DC;
}
.TagClassName
{
border-color: #0154DC;
}
</style>