Shades of Denim #045EBA
Tints of Denim #045EBA
RGB
CMYK
RGB Variations
Color information
#045EBA (or 0x045EBA) is known color: Denim. HEX triplet: 04, 5E and BA. RGB value is (4,94,186). Sum of RGB (Red+Green+Blue) = 4+94+186=284 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 284); Green value is 94 (37.11% from 255 or 33.10% from 284); Blue value is 186 (73.05% from 255 or 65.49% from 284); Max value from RGB is 186 - color contains mainly: blue. Hex color #045EBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045EBA is #FBA145. Grayscale: #4D4D4D. Windows color (decimal): -16490822 or 12213764. OLE color: 12213764.
HSL color Cylindrical-coordinate representation of color #045EBA: hue angle of 210.33º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045EBA is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 94 | 186 | - |
| CMYK | 0.98 | 0.49 | 0 | 0.27 |
| HSL | 210.33º | 0.96% | 0.37% | - |
| HSV(B) | 210.33º | 0.98% | 0.73% | - |
| XYZ | 12.92 | 11.58 | 48.01 | - |
| YUV | 77.58 | 189.18 | 75.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 94 | 186 | 0.98 | 0.49 | 0 | 0.27 | 210.33 | 0.96 | 0.37 |
| Hex | 4 | 5E | BA | 62 | 31 | 0 | 1B | D2 | 60 | 25 |
| Octal | 4 | 136 | 272 | 142 | 61 | 0 | 33 | 322 | 140 | 45 |
| Binary | 100 | 1011110 | 10111010 | 1100010 | 110001 | 0 | 11011 | 11010010 | 1100000 | 100101 |
Color Harmonies of #045EBA
Complementary color
Monochromatic Colors of #045EBA
Black with #045EBA
Text Example
Text Example
White with #045EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045EBA; }
p { color: rgb(4,94,186); }
H1.HeaderClassName
{
color: #045EBA;
}
.AnyTagClassName
{
color: #045EBA;
}
</style>
background-color css
<style>
a { background-color: #045EBA; }
a { background-color: rgb(4,94,186); }
div.DivClassName
{
background-color: #045EBA;
}
.BgClassName
{
background-color: #045EBA;
}
</style>
border-color css
<style>
span { border-color: #045EBA; }
span { border-color: rgb(4,94,186); }
td.TdClassName
{
border-color: #045EBA;
}
.TagClassName
{
border-color: #045EBA;
}
</style>