Shades of Denim #1258CC
Tints of Denim #1258CC
RGB
CMYK
RGB Variations
Color information
#1258CC (or 0x1258CC) is known color: Denim. HEX triplet: 12, 58 and CC. RGB value is (18,88,204). Sum of RGB (Red+Green+Blue) = 18+88+204=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 204 (80.08% from 255 or 65.81% from 310); Max value from RGB is 204 - color contains mainly: blue. Hex color #1258CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1258CC is #EDA733. Grayscale: #4F4F4F. Windows color (decimal): -15574836 or 13391890. OLE color: 13391890.
HSL color Cylindrical-coordinate representation of color #1258CC: hue angle of 217.42º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1258CC is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 88 | 204 | - |
| CMYK | 0.91 | 0.57 | 0 | 0.2 |
| HSL | 217.42º | 0.84% | 0.44% | - |
| HSV(B) | 217.42º | 0.91% | 0.8% | - |
| XYZ | 14.64 | 11.47 | 58.57 | - |
| YUV | 80.29 | 197.81 | 83.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 88 | 204 | 0.91 | 0.57 | 0 | 0.2 | 217.42 | 0.84 | 0.44 |
| Hex | 12 | 58 | CC | 5B | 39 | 0 | 14 | D9 | 54 | 2C |
| Octal | 22 | 130 | 314 | 133 | 71 | 0 | 24 | 331 | 124 | 54 |
| Binary | 10010 | 1011000 | 11001100 | 1011011 | 111001 | 0 | 10100 | 11011001 | 1010100 | 101100 |
Color Harmonies of #1258CC
Complementary color
Monochromatic Colors of #1258CC
Black with #1258CC
Text Example
Text Example
White with #1258CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1258CC; }
p { color: rgb(18,88,204); }
H1.HeaderClassName
{
color: #1258CC;
}
.AnyTagClassName
{
color: #1258CC;
}
</style>
background-color css
<style>
a { background-color: #1258CC; }
a { background-color: rgb(18,88,204); }
div.DivClassName
{
background-color: #1258CC;
}
.BgClassName
{
background-color: #1258CC;
}
</style>
border-color css
<style>
span { border-color: #1258CC; }
span { border-color: rgb(18,88,204); }
td.TdClassName
{
border-color: #1258CC;
}
.TagClassName
{
border-color: #1258CC;
}
</style>