Shades of Denim #055EBA
Tints of Denim #055EBA
RGB
CMYK
RGB Variations
Color information
#055EBA (or 0x055EBA) is known color: Denim. HEX triplet: 05, 5E and BA. RGB value is (5,94,186). Sum of RGB (Red+Green+Blue) = 5+94+186=285 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 285); Green value is 94 (37.11% from 255 or 32.98% from 285); Blue value is 186 (73.05% from 255 or 65.26% from 285); Max value from RGB is 186 - color contains mainly: blue. Hex color #055EBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055EBA is #FAA145. Grayscale: #4D4D4D. Windows color (decimal): -16425286 or 12213765. OLE color: 12213765.
HSL color Cylindrical-coordinate representation of color #055EBA: hue angle of 210.5º 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 #055EBA is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 94 | 186 | - |
| CMYK | 0.97 | 0.49 | 0 | 0.27 |
| HSL | 210.5º | 0.95% | 0.37% | - |
| HSV(B) | 210.5º | 0.97% | 0.73% | - |
| XYZ | 12.93 | 11.58 | 48.01 | - |
| YUV | 77.88 | 189.01 | 76.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 94 | 186 | 0.97 | 0.49 | 0 | 0.27 | 210.5 | 0.95 | 0.37 |
| Hex | 5 | 5E | BA | 61 | 31 | 0 | 1B | D2 | 5F | 25 |
| Octal | 5 | 136 | 272 | 141 | 61 | 0 | 33 | 322 | 137 | 45 |
| Binary | 101 | 1011110 | 10111010 | 1100001 | 110001 | 0 | 11011 | 11010010 | 1011111 | 100101 |
Color Harmonies of #055EBA
Complementary color
Monochromatic Colors of #055EBA
Black with #055EBA
Text Example
Text Example
White with #055EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055EBA; }
p { color: rgb(5,94,186); }
H1.HeaderClassName
{
color: #055EBA;
}
.AnyTagClassName
{
color: #055EBA;
}
</style>
background-color css
<style>
a { background-color: #055EBA; }
a { background-color: rgb(5,94,186); }
div.DivClassName
{
background-color: #055EBA;
}
.BgClassName
{
background-color: #055EBA;
}
</style>
border-color css
<style>
span { border-color: #055EBA; }
span { border-color: rgb(5,94,186); }
td.TdClassName
{
border-color: #055EBA;
}
.TagClassName
{
border-color: #055EBA;
}
</style>