Shades of Denim #135FCE
Tints of Denim #135FCE
RGB
CMYK
RGB Variations
Color information
#135FCE (or 0x135FCE) is known color: Denim. HEX triplet: 13, 5F and CE. RGB value is (19,95,206). Sum of RGB (Red+Green+Blue) = 19+95+206=320 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.94% from 320); Green value is 95 (37.5% from 255 or 29.69% from 320); Blue value is 206 (80.86% from 255 or 64.38% from 320); Max value from RGB is 206 - color contains mainly: blue. Hex color #135FCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135FCE is #ECA031. Grayscale: #545454. Windows color (decimal): -15507506 or 13524755. OLE color: 13524755.
HSL color Cylindrical-coordinate representation of color #135FCE: hue angle of 215.61º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #135FCE is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 95 | 206 | - |
| CMYK | 0.91 | 0.54 | 0 | 0.19 |
| HSL | 215.62º | 0.83% | 0.44% | - |
| HSV(B) | 215.62º | 0.91% | 0.81% | - |
| XYZ | 15.5 | 12.78 | 60.04 | - |
| YUV | 84.93 | 196.32 | 80.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 95 | 206 | 0.91 | 0.54 | 0 | 0.19 | 215.62 | 0.83 | 0.44 |
| Hex | 13 | 5F | CE | 5B | 36 | 0 | 13 | D8 | 53 | 2C |
| Octal | 23 | 137 | 316 | 133 | 66 | 0 | 23 | 330 | 123 | 54 |
| Binary | 10011 | 1011111 | 11001110 | 1011011 | 110110 | 0 | 10011 | 11011000 | 1010011 | 101100 |
Color Harmonies of #135FCE
Complementary color
Monochromatic Colors of #135FCE
Black with #135FCE
Text Example
Text Example
White with #135FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135FCE; }
p { color: rgb(19,95,206); }
H1.HeaderClassName
{
color: #135FCE;
}
.AnyTagClassName
{
color: #135FCE;
}
</style>
background-color css
<style>
a { background-color: #135FCE; }
a { background-color: rgb(19,95,206); }
div.DivClassName
{
background-color: #135FCE;
}
.BgClassName
{
background-color: #135FCE;
}
</style>
border-color css
<style>
span { border-color: #135FCE; }
span { border-color: rgb(19,95,206); }
td.TdClassName
{
border-color: #135FCE;
}
.TagClassName
{
border-color: #135FCE;
}
</style>