Shades of Denim #0554BA
Tints of Denim #0554BA
RGB
CMYK
RGB Variations
Color information
#0554BA (or 0x0554BA) is known color: Denim. HEX triplet: 05, 54 and BA. RGB value is (5,84,186). Sum of RGB (Red+Green+Blue) = 5+84+186=275 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 186 (73.05% from 255 or 67.64% from 275); Max value from RGB is 186 - color contains mainly: blue. Hex color #0554BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0554BA is #FAAB45. Grayscale: #474747. Windows color (decimal): -16427846 or 12211205. OLE color: 12211205.
HSL color Cylindrical-coordinate representation of color #0554BA: hue angle of 213.81º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0554BA is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 84 | 186 | - |
| CMYK | 0.97 | 0.55 | 0 | 0.27 |
| HSL | 213.81º | 0.95% | 0.37% | - |
| HSV(B) | 213.81º | 0.97% | 0.73% | - |
| XYZ | 12.1 | 9.92 | 47.73 | - |
| YUV | 72.01 | 192.33 | 80.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 84 | 186 | 0.97 | 0.55 | 0 | 0.27 | 213.81 | 0.95 | 0.37 |
| Hex | 5 | 54 | BA | 61 | 37 | 0 | 1B | D6 | 5F | 25 |
| Octal | 5 | 124 | 272 | 141 | 67 | 0 | 33 | 326 | 137 | 45 |
| Binary | 101 | 1010100 | 10111010 | 1100001 | 110111 | 0 | 11011 | 11010110 | 1011111 | 100101 |
Color Harmonies of #0554BA
Complementary color
Monochromatic Colors of #0554BA
Black with #0554BA
Text Example
Text Example
White with #0554BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0554BA; }
p { color: rgb(5,84,186); }
H1.HeaderClassName
{
color: #0554BA;
}
.AnyTagClassName
{
color: #0554BA;
}
</style>
background-color css
<style>
a { background-color: #0554BA; }
a { background-color: rgb(5,84,186); }
div.DivClassName
{
background-color: #0554BA;
}
.BgClassName
{
background-color: #0554BA;
}
</style>
border-color css
<style>
span { border-color: #0554BA; }
span { border-color: rgb(5,84,186); }
td.TdClassName
{
border-color: #0554BA;
}
.TagClassName
{
border-color: #0554BA;
}
</style>