Shades of Denim #0453BF
Tints of Denim #0453BF
RGB
CMYK
RGB Variations
Color information
#0453BF (or 0x0453BF) is known color: Denim. HEX triplet: 04, 53 and BF. RGB value is (4,83,191). Sum of RGB (Red+Green+Blue) = 4+83+191=278 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.44% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 191 (75% from 255 or 68.71% from 278); Max value from RGB is 191 - color contains mainly: blue. Hex color #0453BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0453BF is #FBAC40. Grayscale: #474747. Windows color (decimal): -16493633 or 12538628. OLE color: 12538628.
HSL color Cylindrical-coordinate representation of color #0453BF: hue angle of 214.65º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0453BF is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 83 | 191 | - |
| CMYK | 0.98 | 0.57 | 0 | 0.25 |
| HSL | 214.65º | 0.96% | 0.38% | - |
| HSV(B) | 214.65º | 0.98% | 0.75% | - |
| XYZ | 12.55 | 9.97 | 50.55 | - |
| YUV | 71.69 | 195.33 | 79.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 83 | 191 | 0.98 | 0.57 | 0 | 0.25 | 214.65 | 0.96 | 0.38 |
| Hex | 4 | 53 | BF | 62 | 39 | 0 | 19 | D7 | 60 | 26 |
| Octal | 4 | 123 | 277 | 142 | 71 | 0 | 31 | 327 | 140 | 46 |
| Binary | 100 | 1010011 | 10111111 | 1100010 | 111001 | 0 | 11001 | 11010111 | 1100000 | 100110 |
Color Harmonies of #0453BF
Complementary color
Monochromatic Colors of #0453BF
Black with #0453BF
Text Example
Text Example
White with #0453BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0453BF; }
p { color: rgb(4,83,191); }
H1.HeaderClassName
{
color: #0453BF;
}
.AnyTagClassName
{
color: #0453BF;
}
</style>
background-color css
<style>
a { background-color: #0453BF; }
a { background-color: rgb(4,83,191); }
div.DivClassName
{
background-color: #0453BF;
}
.BgClassName
{
background-color: #0453BF;
}
</style>
border-color css
<style>
span { border-color: #0453BF; }
span { border-color: rgb(4,83,191); }
td.TdClassName
{
border-color: #0453BF;
}
.TagClassName
{
border-color: #0453BF;
}
</style>