Shades of Denim #0455BD
Tints of Denim #0455BD
RGB
CMYK
RGB Variations
Color information
#0455BD (or 0x0455BD) is known color: Denim. HEX triplet: 04, 55 and BD. RGB value is (4,85,189). Sum of RGB (Red+Green+Blue) = 4+85+189=278 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.44% from 278); Green value is 85 (33.59% from 255 or 30.58% from 278); Blue value is 189 (74.22% from 255 or 67.99% from 278); Max value from RGB is 189 - color contains mainly: blue. Hex color #0455BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0455BD is #FBAA42. Grayscale: #484848. Windows color (decimal): -16493123 or 12408068. OLE color: 12408068.
HSL color Cylindrical-coordinate representation of color #0455BD: hue angle of 213.73º 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 #0455BD is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 85 | 189 | - |
| CMYK | 0.98 | 0.55 | 0 | 0.26 |
| HSL | 213.73º | 0.96% | 0.38% | - |
| HSV(B) | 213.73º | 0.98% | 0.74% | - |
| XYZ | 12.48 | 10.2 | 49.45 | - |
| YUV | 72.64 | 193.66 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 85 | 189 | 0.98 | 0.55 | 0 | 0.26 | 213.73 | 0.96 | 0.38 |
| Hex | 4 | 55 | BD | 62 | 37 | 0 | 1A | D6 | 60 | 26 |
| Octal | 4 | 125 | 275 | 142 | 67 | 0 | 32 | 326 | 140 | 46 |
| Binary | 100 | 1010101 | 10111101 | 1100010 | 110111 | 0 | 11010 | 11010110 | 1100000 | 100110 |
Color Harmonies of #0455BD
Complementary color
Monochromatic Colors of #0455BD
Black with #0455BD
Text Example
Text Example
White with #0455BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0455BD; }
p { color: rgb(4,85,189); }
H1.HeaderClassName
{
color: #0455BD;
}
.AnyTagClassName
{
color: #0455BD;
}
</style>
background-color css
<style>
a { background-color: #0455BD; }
a { background-color: rgb(4,85,189); }
div.DivClassName
{
background-color: #0455BD;
}
.BgClassName
{
background-color: #0455BD;
}
</style>
border-color css
<style>
span { border-color: #0455BD; }
span { border-color: rgb(4,85,189); }
td.TdClassName
{
border-color: #0455BD;
}
.TagClassName
{
border-color: #0455BD;
}
</style>