Shades of Denim #1258BF
Tints of Denim #1258BF
RGB
CMYK
RGB Variations
Color information
#1258BF (or 0x1258BF) is known color: Denim. HEX triplet: 12, 58 and BF. RGB value is (18,88,191). Sum of RGB (Red+Green+Blue) = 18+88+191=297 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.06% from 297); Green value is 88 (34.77% from 255 or 29.63% from 297); Blue value is 191 (75% from 255 or 64.31% from 297); Max value from RGB is 191 - color contains mainly: blue. Hex color #1258BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1258BF is #EDA740. Grayscale: #4E4E4E. Windows color (decimal): -15574849 or 12539922. OLE color: 12539922.
HSL color Cylindrical-coordinate representation of color #1258BF: hue angle of 215.72º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1258BF is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 88 | 191 | - |
| CMYK | 0.91 | 0.54 | 0 | 0.25 |
| HSL | 215.72º | 0.83% | 0.41% | - |
| HSV(B) | 215.72º | 0.91% | 0.75% | - |
| XYZ | 13.14 | 10.87 | 50.7 | - |
| YUV | 78.81 | 191.31 | 84.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 88 | 191 | 0.91 | 0.54 | 0 | 0.25 | 215.72 | 0.83 | 0.41 |
| Hex | 12 | 58 | BF | 5B | 36 | 0 | 19 | D8 | 53 | 29 |
| Octal | 22 | 130 | 277 | 133 | 66 | 0 | 31 | 330 | 123 | 51 |
| Binary | 10010 | 1011000 | 10111111 | 1011011 | 110110 | 0 | 11001 | 11011000 | 1010011 | 101001 |
Color Harmonies of #1258BF
Complementary color
Monochromatic Colors of #1258BF
Black with #1258BF
Text Example
Text Example
White with #1258BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1258BF; }
p { color: rgb(18,88,191); }
H1.HeaderClassName
{
color: #1258BF;
}
.AnyTagClassName
{
color: #1258BF;
}
</style>
background-color css
<style>
a { background-color: #1258BF; }
a { background-color: rgb(18,88,191); }
div.DivClassName
{
background-color: #1258BF;
}
.BgClassName
{
background-color: #1258BF;
}
</style>
border-color css
<style>
span { border-color: #1258BF; }
span { border-color: rgb(18,88,191); }
td.TdClassName
{
border-color: #1258BF;
}
.TagClassName
{
border-color: #1258BF;
}
</style>