Shades of Denim #0451C2
Tints of Denim #0451C2
RGB
CMYK
RGB Variations
Color information
#0451C2 (or 0x0451C2) is known color: Denim. HEX triplet: 04, 51 and C2. RGB value is (4,81,194). Sum of RGB (Red+Green+Blue) = 4+81+194=279 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.43% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 194 (76.17% from 255 or 69.53% from 279); Max value from RGB is 194 - color contains mainly: blue. Hex color #0451C2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0451C2 is #FBAE3D. Grayscale: #464646. Windows color (decimal): -16494142 or 12734724. OLE color: 12734724.
HSL color Cylindrical-coordinate representation of color #0451C2: hue angle of 215.68º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0451C2 is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 4 | 81 | 194 | - |
| CMYK | 0.98 | 0.58 | 0 | 0.24 |
| HSL | 215.68º | 0.96% | 0.39% | - |
| HSV(B) | 215.68º | 0.98% | 0.76% | - |
| XYZ | 12.73 | 9.81 | 52.26 | - |
| YUV | 70.86 | 197.49 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 81 | 194 | 0.98 | 0.58 | 0 | 0.24 | 215.68 | 0.96 | 0.39 |
| Hex | 4 | 51 | C2 | 62 | 3A | 0 | 18 | D8 | 60 | 27 |
| Octal | 4 | 121 | 302 | 142 | 72 | 0 | 30 | 330 | 140 | 47 |
| Binary | 100 | 1010001 | 11000010 | 1100010 | 111010 | 0 | 11000 | 11011000 | 1100000 | 100111 |
Color Harmonies of #0451C2
Complementary color
Monochromatic Colors of #0451C2
Black with #0451C2
Text Example
Text Example
White with #0451C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0451C2; }
p { color: rgb(4,81,194); }
H1.HeaderClassName
{
color: #0451C2;
}
.AnyTagClassName
{
color: #0451C2;
}
</style>
background-color css
<style>
a { background-color: #0451C2; }
a { background-color: rgb(4,81,194); }
div.DivClassName
{
background-color: #0451C2;
}
.BgClassName
{
background-color: #0451C2;
}
</style>
border-color css
<style>
span { border-color: #0451C2; }
span { border-color: rgb(4,81,194); }
td.TdClassName
{
border-color: #0451C2;
}
.TagClassName
{
border-color: #0451C2;
}
</style>