Shades of Denim #1F5FCE
Tints of Denim #1F5FCE
RGB
CMYK
RGB Variations
Color information
#1F5FCE (or 0x1F5FCE) is known color: Denim. HEX triplet: 1F, 5F and CE. RGB value is (31,95,206). Sum of RGB (Red+Green+Blue) = 31+95+206=332 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.34% from 332); Green value is 95 (37.5% from 255 or 28.61% from 332); Blue value is 206 (80.86% from 255 or 62.05% from 332); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F5FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F5FCE is #E0A031. Grayscale: #585858. Windows color (decimal): -14721074 or 13524767. OLE color: 13524767.
HSL color Cylindrical-coordinate representation of color #1F5FCE: hue angle of 218.06º 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 #1F5FCE is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 95 | 206 | - |
| CMYK | 0.85 | 0.54 | 0 | 0.19 |
| HSL | 218.06º | 0.74% | 0.46% | - |
| HSV(B) | 218.06º | 0.85% | 0.81% | - |
| XYZ | 15.8 | 12.93 | 60.06 | - |
| YUV | 88.52 | 194.3 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 95 | 206 | 0.85 | 0.54 | 0 | 0.19 | 218.06 | 0.74 | 0.46 |
| Hex | 1F | 5F | CE | 55 | 36 | 0 | 13 | DA | 4A | 2E |
| Octal | 37 | 137 | 316 | 125 | 66 | 0 | 23 | 332 | 112 | 56 |
| Binary | 11111 | 1011111 | 11001110 | 1010101 | 110110 | 0 | 10011 | 11011010 | 1001010 | 101110 |
Color Harmonies of #1F5FCE
Complementary color
Monochromatic Colors of #1F5FCE
Black with #1F5FCE
Text Example
Text Example
White with #1F5FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5FCE; }
p { color: rgb(31,95,206); }
H1.HeaderClassName
{
color: #1F5FCE;
}
.AnyTagClassName
{
color: #1F5FCE;
}
</style>
background-color css
<style>
a { background-color: #1F5FCE; }
a { background-color: rgb(31,95,206); }
div.DivClassName
{
background-color: #1F5FCE;
}
.BgClassName
{
background-color: #1F5FCE;
}
</style>
border-color css
<style>
span { border-color: #1F5FCE; }
span { border-color: rgb(31,95,206); }
td.TdClassName
{
border-color: #1F5FCE;
}
.TagClassName
{
border-color: #1F5FCE;
}
</style>