Shades of Denim #0353C1
Tints of Denim #0353C1
RGB
CMYK
RGB Variations
Color information
#0353C1 (or 0x0353C1) is known color: Denim. HEX triplet: 03, 53 and C1. RGB value is (3,83,193). Sum of RGB (Red+Green+Blue) = 3+83+193=279 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 193 (75.78% from 255 or 69.18% from 279); Max value from RGB is 193 - color contains mainly: blue. Hex color #0353C1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0353C1 is #FCAC3E. Grayscale: #474747. Windows color (decimal): -16559167 or 12669699. OLE color: 12669699.
HSL color Cylindrical-coordinate representation of color #0353C1: hue angle of 214.74º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0353C1 is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 3 | 83 | 193 | - |
| CMYK | 0.98 | 0.57 | 0 | 0.24 |
| HSL | 214.74º | 0.97% | 0.38% | - |
| HSV(B) | 214.74º | 0.98% | 0.76% | - |
| XYZ | 12.76 | 10.06 | 51.72 | - |
| YUV | 71.62 | 196.5 | 79.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 83 | 193 | 0.98 | 0.57 | 0 | 0.24 | 214.74 | 0.97 | 0.38 |
| Hex | 3 | 53 | C1 | 62 | 39 | 0 | 18 | D7 | 61 | 26 |
| Octal | 3 | 123 | 301 | 142 | 71 | 0 | 30 | 327 | 141 | 46 |
| Binary | 11 | 1010011 | 11000001 | 1100010 | 111001 | 0 | 11000 | 11010111 | 1100001 | 100110 |
Color Harmonies of #0353C1
Complementary color
Monochromatic Colors of #0353C1
Black with #0353C1
Text Example
Text Example
White with #0353C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0353C1; }
p { color: rgb(3,83,193); }
H1.HeaderClassName
{
color: #0353C1;
}
.AnyTagClassName
{
color: #0353C1;
}
</style>
background-color css
<style>
a { background-color: #0353C1; }
a { background-color: rgb(3,83,193); }
div.DivClassName
{
background-color: #0353C1;
}
.BgClassName
{
background-color: #0353C1;
}
</style>
border-color css
<style>
span { border-color: #0353C1; }
span { border-color: rgb(3,83,193); }
td.TdClassName
{
border-color: #0353C1;
}
.TagClassName
{
border-color: #0353C1;
}
</style>