Shades of Navy Blue #0054BF
Tints of Navy Blue #0054BF
RGB
CMYK
RGB Variations
Color information
#0054BF (or 0x0054BF) is known color: Navy Blue. HEX triplet: 00, 54 and BF. RGB value is (0,84,191). Sum of RGB (Red+Green+Blue) = 0+84+191=275 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 191 (75% from 255 or 69.45% from 275); Max value from RGB is 191 - color contains mainly: blue. Hex color #0054BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0054BF is #FFAB40. Grayscale: #464646. Windows color (decimal): -16755521 or 12538880. OLE color: 12538880.
HSL color Cylindrical-coordinate representation of color #0054BF: hue angle of 213.61º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0054BF is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 84 | 191 | - |
| CMYK | 1 | 0.56 | 0 | 0.25 |
| HSL | 213.61º | 1% | 0.37% | - |
| HSV(B) | 213.61º | 1% | 0.75% | - |
| XYZ | 12.57 | 10.1 | 50.58 | - |
| YUV | 71.08 | 195.67 | 77.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 84 | 191 | 1 | 0.56 | 0 | 0.25 | 213.61 | 1 | 0.37 |
| Hex | 0 | 54 | BF | 64 | 38 | 0 | 19 | D6 | 64 | 25 |
| Octal | 0 | 124 | 277 | 144 | 70 | 0 | 31 | 326 | 144 | 45 |
| Binary | 0 | 1010100 | 10111111 | 1100100 | 111000 | 0 | 11001 | 11010110 | 1100100 | 100101 |
Color Harmonies of #0054BF
Complementary color
Monochromatic Colors of #0054BF
Black with #0054BF
Text Example
Text Example
White with #0054BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0054BF; }
p { color: rgb(0,84,191); }
H1.HeaderClassName
{
color: #0054BF;
}
.AnyTagClassName
{
color: #0054BF;
}
</style>
background-color css
<style>
a { background-color: #0054BF; }
a { background-color: rgb(0,84,191); }
div.DivClassName
{
background-color: #0054BF;
}
.BgClassName
{
background-color: #0054BF;
}
</style>
border-color css
<style>
span { border-color: #0054BF; }
span { border-color: rgb(0,84,191); }
td.TdClassName
{
border-color: #0054BF;
}
.TagClassName
{
border-color: #0054BF;
}
</style>