Shades of Denim #0453BD
Tints of Denim #0453BD
RGB
CMYK
RGB Variations
Color information
#0453BD (or 0x0453BD) is known color: Denim. HEX triplet: 04, 53 and BD. RGB value is (4,83,189). Sum of RGB (Red+Green+Blue) = 4+83+189=276 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 189 (74.22% from 255 or 68.48% from 276); Max value from RGB is 189 - color contains mainly: blue. Hex color #0453BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0453BD is #FBAC42. Grayscale: #464646. Windows color (decimal): -16493635 or 12407556. OLE color: 12407556.
HSL color Cylindrical-coordinate representation of color #0453BD: hue angle of 214.38º 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 #0453BD is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 83 | 189 | - |
| CMYK | 0.98 | 0.56 | 0 | 0.26 |
| HSL | 214.38º | 0.96% | 0.38% | - |
| HSV(B) | 214.38º | 0.98% | 0.74% | - |
| XYZ | 12.33 | 9.89 | 49.4 | - |
| YUV | 71.46 | 194.33 | 79.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 83 | 189 | 0.98 | 0.56 | 0 | 0.26 | 214.38 | 0.96 | 0.38 |
| Hex | 4 | 53 | BD | 62 | 38 | 0 | 1A | D6 | 60 | 26 |
| Octal | 4 | 123 | 275 | 142 | 70 | 0 | 32 | 326 | 140 | 46 |
| Binary | 100 | 1010011 | 10111101 | 1100010 | 111000 | 0 | 11010 | 11010110 | 1100000 | 100110 |
Color Harmonies of #0453BD
Complementary color
Monochromatic Colors of #0453BD
Black with #0453BD
Text Example
Text Example
White with #0453BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0453BD; }
p { color: rgb(4,83,189); }
H1.HeaderClassName
{
color: #0453BD;
}
.AnyTagClassName
{
color: #0453BD;
}
</style>
background-color css
<style>
a { background-color: #0453BD; }
a { background-color: rgb(4,83,189); }
div.DivClassName
{
background-color: #0453BD;
}
.BgClassName
{
background-color: #0453BD;
}
</style>
border-color css
<style>
span { border-color: #0453BD; }
span { border-color: rgb(4,83,189); }
td.TdClassName
{
border-color: #0453BD;
}
.TagClassName
{
border-color: #0453BD;
}
</style>