Shades of Denim #1379C4
Tints of Denim #1379C4
RGB
CMYK
RGB Variations
Color information
#1379C4 (or 0x1379C4) is known color: Denim. HEX triplet: 13, 79 and C4. RGB value is (19,121,196). Sum of RGB (Red+Green+Blue) = 19+121+196=336 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.65% from 336); Green value is 121 (47.66% from 255 or 36.01% from 336); Blue value is 196 (76.95% from 255 or 58.33% from 336); Max value from RGB is 196 - color contains mainly: blue. Hex color #1379C4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1379C4 is #EC863B. Grayscale: #626262. Windows color (decimal): -15500860 or 12876051. OLE color: 12876051.
HSL color Cylindrical-coordinate representation of color #1379C4: hue angle of 205.42º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1379C4 is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 19 | 121 | 196 | - |
| CMYK | 0.90 | 0.38 | 0 | 0.23 |
| HSL | 205.42º | 0.82% | 0.42% | - |
| HSV(B) | 205.42º | 0.9% | 0.77% | - |
| XYZ | 17.07 | 17.8 | 54.76 | - |
| YUV | 99.05 | 182.71 | 70.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 121 | 196 | 0.90 | 0.38 | 0 | 0.23 | 205.42 | 0.82 | 0.42 |
| Hex | 13 | 79 | C4 | 5A | 26 | 0 | 17 | CD | 52 | 2A |
| Octal | 23 | 171 | 304 | 132 | 46 | 0 | 27 | 315 | 122 | 52 |
| Binary | 10011 | 1111001 | 11000100 | 1011010 | 100110 | 0 | 10111 | 11001101 | 1010010 | 101010 |
Color Harmonies of #1379C4
Complementary color
Monochromatic Colors of #1379C4
Black with #1379C4
Text Example
Text Example
White with #1379C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1379C4; }
p { color: rgb(19,121,196); }
H1.HeaderClassName
{
color: #1379C4;
}
.AnyTagClassName
{
color: #1379C4;
}
</style>
background-color css
<style>
a { background-color: #1379C4; }
a { background-color: rgb(19,121,196); }
div.DivClassName
{
background-color: #1379C4;
}
.BgClassName
{
background-color: #1379C4;
}
</style>
border-color css
<style>
span { border-color: #1379C4; }
span { border-color: rgb(19,121,196); }
td.TdClassName
{
border-color: #1379C4;
}
.TagClassName
{
border-color: #1379C4;
}
</style>