Shades of Denim #1C5FCA
Tints of Denim #1C5FCA
RGB
CMYK
RGB Variations
Color information
#1C5FCA (or 0x1C5FCA) is known color: Denim. HEX triplet: 1C, 5F and CA. RGB value is (28,95,202). Sum of RGB (Red+Green+Blue) = 28+95+202=325 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.62% from 325); Green value is 95 (37.5% from 255 or 29.23% from 325); Blue value is 202 (79.30% from 255 or 62.15% from 325); Max value from RGB is 202 - color contains mainly: blue. Hex color #1C5FCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C5FCA is #E3A035. Grayscale: #565656. Windows color (decimal): -14917686 or 13262620. OLE color: 13262620.
HSL color Cylindrical-coordinate representation of color #1C5FCA: hue angle of 216.9º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C5FCA is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 28 | 95 | 202 | - |
| CMYK | 0.86 | 0.53 | 0 | 0.21 |
| HSL | 216.9º | 0.76% | 0.45% | - |
| HSV(B) | 216.9º | 0.86% | 0.79% | - |
| XYZ | 15.23 | 12.7 | 57.52 | - |
| YUV | 87.17 | 192.8 | 85.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 95 | 202 | 0.86 | 0.53 | 0 | 0.21 | 216.9 | 0.76 | 0.45 |
| Hex | 1C | 5F | CA | 56 | 35 | 0 | 15 | D9 | 4C | 2D |
| Octal | 34 | 137 | 312 | 126 | 65 | 0 | 25 | 331 | 114 | 55 |
| Binary | 11100 | 1011111 | 11001010 | 1010110 | 110101 | 0 | 10101 | 11011001 | 1001100 | 101101 |
Color Harmonies of #1C5FCA
Complementary color
Monochromatic Colors of #1C5FCA
Black with #1C5FCA
Text Example
Text Example
White with #1C5FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5FCA; }
p { color: rgb(28,95,202); }
H1.HeaderClassName
{
color: #1C5FCA;
}
.AnyTagClassName
{
color: #1C5FCA;
}
</style>
background-color css
<style>
a { background-color: #1C5FCA; }
a { background-color: rgb(28,95,202); }
div.DivClassName
{
background-color: #1C5FCA;
}
.BgClassName
{
background-color: #1C5FCA;
}
</style>
border-color css
<style>
span { border-color: #1C5FCA; }
span { border-color: rgb(28,95,202); }
td.TdClassName
{
border-color: #1C5FCA;
}
.TagClassName
{
border-color: #1C5FCA;
}
</style>