Shades of Denim #1F5DCE
Tints of Denim #1F5DCE
RGB
CMYK
RGB Variations
Color information
#1F5DCE (or 0x1F5DCE) is known color: Denim. HEX triplet: 1F, 5D and CE. RGB value is (31,93,206). Sum of RGB (Red+Green+Blue) = 31+93+206=330 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.39% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 206 (80.86% from 255 or 62.42% from 330); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F5DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F5DCE is #E0A231. Grayscale: #565656. Windows color (decimal): -14721586 or 13524255. OLE color: 13524255.
HSL color Cylindrical-coordinate representation of color #1F5DCE: hue angle of 218.74º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F5DCE is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 93 | 206 | - |
| CMYK | 0.85 | 0.55 | 0 | 0.19 |
| HSL | 218.74º | 0.74% | 0.46% | - |
| HSV(B) | 218.74º | 0.85% | 0.81% | - |
| XYZ | 15.62 | 12.58 | 60 | - |
| YUV | 87.34 | 194.96 | 87.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 93 | 206 | 0.85 | 0.55 | 0 | 0.19 | 218.74 | 0.74 | 0.46 |
| Hex | 1F | 5D | CE | 55 | 37 | 0 | 13 | DB | 4A | 2E |
| Octal | 37 | 135 | 316 | 125 | 67 | 0 | 23 | 333 | 112 | 56 |
| Binary | 11111 | 1011101 | 11001110 | 1010101 | 110111 | 0 | 10011 | 11011011 | 1001010 | 101110 |
Color Harmonies of #1F5DCE
Complementary color
Monochromatic Colors of #1F5DCE
Black with #1F5DCE
Text Example
Text Example
White with #1F5DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5DCE; }
p { color: rgb(31,93,206); }
H1.HeaderClassName
{
color: #1F5DCE;
}
.AnyTagClassName
{
color: #1F5DCE;
}
</style>
background-color css
<style>
a { background-color: #1F5DCE; }
a { background-color: rgb(31,93,206); }
div.DivClassName
{
background-color: #1F5DCE;
}
.BgClassName
{
background-color: #1F5DCE;
}
</style>
border-color css
<style>
span { border-color: #1F5DCE; }
span { border-color: rgb(31,93,206); }
td.TdClassName
{
border-color: #1F5DCE;
}
.TagClassName
{
border-color: #1F5DCE;
}
</style>