Shades of Denim #045FBC
Tints of Denim #045FBC
RGB
CMYK
RGB Variations
Color information
#045FBC (or 0x045FBC) is known color: Denim. HEX triplet: 04, 5F and BC. RGB value is (4,95,188). Sum of RGB (Red+Green+Blue) = 4+95+188=287 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 188 (73.83% from 255 or 65.51% from 287); Max value from RGB is 188 - color contains mainly: blue. Hex color #045FBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045FBC is #FBA043. Grayscale: #4D4D4D. Windows color (decimal): -16490564 or 12345092. OLE color: 12345092.
HSL color Cylindrical-coordinate representation of color #045FBC: hue angle of 210.33º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045FBC is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 95 | 188 | - |
| CMYK | 0.98 | 0.49 | 0 | 0.26 |
| HSL | 210.33º | 0.96% | 0.38% | - |
| HSV(B) | 210.33º | 0.98% | 0.74% | - |
| XYZ | 13.22 | 11.84 | 49.17 | - |
| YUV | 78.39 | 189.85 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 95 | 188 | 0.98 | 0.49 | 0 | 0.26 | 210.33 | 0.96 | 0.38 |
| Hex | 4 | 5F | BC | 62 | 31 | 0 | 1A | D2 | 60 | 26 |
| Octal | 4 | 137 | 274 | 142 | 61 | 0 | 32 | 322 | 140 | 46 |
| Binary | 100 | 1011111 | 10111100 | 1100010 | 110001 | 0 | 11010 | 11010010 | 1100000 | 100110 |
Color Harmonies of #045FBC
Complementary color
Monochromatic Colors of #045FBC
Black with #045FBC
Text Example
Text Example
White with #045FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045FBC; }
p { color: rgb(4,95,188); }
H1.HeaderClassName
{
color: #045FBC;
}
.AnyTagClassName
{
color: #045FBC;
}
</style>
background-color css
<style>
a { background-color: #045FBC; }
a { background-color: rgb(4,95,188); }
div.DivClassName
{
background-color: #045FBC;
}
.BgClassName
{
background-color: #045FBC;
}
</style>
border-color css
<style>
span { border-color: #045FBC; }
span { border-color: rgb(4,95,188); }
td.TdClassName
{
border-color: #045FBC;
}
.TagClassName
{
border-color: #045FBC;
}
</style>