Shades of Navy Blue #0154CB
Tints of Navy Blue #0154CB
RGB
CMYK
RGB Variations
Color information
#0154CB (or 0x0154CB) is known color: Navy Blue. HEX triplet: 01, 54 and CB. RGB value is (1,84,203). Sum of RGB (Red+Green+Blue) = 1+84+203=288 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 203 (79.69% from 255 or 70.49% from 288); Max value from RGB is 203 - color contains mainly: blue. Hex color #0154CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0154CB is #FEAB34. Grayscale: #484848. Windows color (decimal): -16689973 or 13325313. OLE color: 13325313.
HSL color Cylindrical-coordinate representation of color #0154CB: hue angle of 215.35º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0154CB is Cyan = 1.00, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 84 | 203 | - |
| CMYK | 1.00 | 0.59 | 0 | 0.20 |
| HSL | 215.35º | 0.99% | 0.4% | - |
| HSV(B) | 215.35º | 1% | 0.8% | - |
| XYZ | 13.96 | 10.66 | 57.82 | - |
| YUV | 72.75 | 201.5 | 76.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 84 | 203 | 1.00 | 0.59 | 0 | 0.20 | 215.35 | 0.99 | 0.4 |
| Hex | 1 | 54 | CB | 64 | 3B | 0 | 14 | D7 | 63 | 28 |
| Octal | 1 | 124 | 313 | 144 | 73 | 0 | 24 | 327 | 143 | 50 |
| Binary | 1 | 1010100 | 11001011 | 1100100 | 111011 | 0 | 10100 | 11010111 | 1100011 | 101000 |
Color Harmonies of #0154CB
Complementary color
Monochromatic Colors of #0154CB
Black with #0154CB
Text Example
Text Example
White with #0154CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0154CB; }
p { color: rgb(1,84,203); }
H1.HeaderClassName
{
color: #0154CB;
}
.AnyTagClassName
{
color: #0154CB;
}
</style>
background-color css
<style>
a { background-color: #0154CB; }
a { background-color: rgb(1,84,203); }
div.DivClassName
{
background-color: #0154CB;
}
.BgClassName
{
background-color: #0154CB;
}
</style>
border-color css
<style>
span { border-color: #0154CB; }
span { border-color: rgb(1,84,203); }
td.TdClassName
{
border-color: #0154CB;
}
.TagClassName
{
border-color: #0154CB;
}
</style>