Shades of Navy Blue #0154C1
Tints of Navy Blue #0154C1
RGB
CMYK
RGB Variations
Color information
#0154C1 (or 0x0154C1) is known color: Navy Blue. HEX triplet: 01, 54 and C1. RGB value is (1,84,193). Sum of RGB (Red+Green+Blue) = 1+84+193=278 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 193 (75.78% from 255 or 69.42% from 278); Max value from RGB is 193 - color contains mainly: blue. Hex color #0154C1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0154C1 is #FEAB3E. Grayscale: #474747. Windows color (decimal): -16689983 or 12669953. OLE color: 12669953.
HSL color Cylindrical-coordinate representation of color #0154C1: hue angle of 214.06º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0154C1 is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 84 | 193 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.24 |
| HSL | 214.06º | 0.99% | 0.38% | - |
| HSV(B) | 214.06º | 0.99% | 0.76% | - |
| XYZ | 12.81 | 10.2 | 51.75 | - |
| YUV | 71.61 | 196.5 | 77.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 84 | 193 | 0.99 | 0.56 | 0 | 0.24 | 214.06 | 0.99 | 0.38 |
| Hex | 1 | 54 | C1 | 63 | 38 | 0 | 18 | D6 | 63 | 26 |
| Octal | 1 | 124 | 301 | 143 | 70 | 0 | 30 | 326 | 143 | 46 |
| Binary | 1 | 1010100 | 11000001 | 1100011 | 111000 | 0 | 11000 | 11010110 | 1100011 | 100110 |
Color Harmonies of #0154C1
Complementary color
Monochromatic Colors of #0154C1
Black with #0154C1
Text Example
Text Example
White with #0154C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0154C1; }
p { color: rgb(1,84,193); }
H1.HeaderClassName
{
color: #0154C1;
}
.AnyTagClassName
{
color: #0154C1;
}
</style>
background-color css
<style>
a { background-color: #0154C1; }
a { background-color: rgb(1,84,193); }
div.DivClassName
{
background-color: #0154C1;
}
.BgClassName
{
background-color: #0154C1;
}
</style>
border-color css
<style>
span { border-color: #0154C1; }
span { border-color: rgb(1,84,193); }
td.TdClassName
{
border-color: #0154C1;
}
.TagClassName
{
border-color: #0154C1;
}
</style>