Shades of Denim #1250CC
Tints of Denim #1250CC
RGB
CMYK
RGB Variations
Color information
#1250CC (or 0x1250CC) is known color: Denim. HEX triplet: 12, 50 and CC. RGB value is (18,80,204). Sum of RGB (Red+Green+Blue) = 18+80+204=302 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.96% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 204 (80.08% from 255 or 67.55% from 302); Max value from RGB is 204 - color contains mainly: blue. Hex color #1250CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1250CC is #EDAF33. Grayscale: #4B4B4B. Windows color (decimal): -15576884 or 13389842. OLE color: 13389842.
HSL color Cylindrical-coordinate representation of color #1250CC: hue angle of 220º 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 #1250CC is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 80 | 204 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.2 |
| HSL | 220º | 0.84% | 0.44% | - |
| HSV(B) | 220º | 0.91% | 0.8% | - |
| XYZ | 14.02 | 10.23 | 58.36 | - |
| YUV | 75.6 | 200.46 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 80 | 204 | 0.91 | 0.61 | 0 | 0.2 | 220 | 0.84 | 0.44 |
| Hex | 12 | 50 | CC | 5B | 3D | 0 | 14 | DC | 54 | 2C |
| Octal | 22 | 120 | 314 | 133 | 75 | 0 | 24 | 334 | 124 | 54 |
| Binary | 10010 | 1010000 | 11001100 | 1011011 | 111101 | 0 | 10100 | 11011100 | 1010100 | 101100 |
Color Harmonies of #1250CC
Complementary color
Monochromatic Colors of #1250CC
Black with #1250CC
Text Example
Text Example
White with #1250CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1250CC; }
p { color: rgb(18,80,204); }
H1.HeaderClassName
{
color: #1250CC;
}
.AnyTagClassName
{
color: #1250CC;
}
</style>
background-color css
<style>
a { background-color: #1250CC; }
a { background-color: rgb(18,80,204); }
div.DivClassName
{
background-color: #1250CC;
}
.BgClassName
{
background-color: #1250CC;
}
</style>
border-color css
<style>
span { border-color: #1250CC; }
span { border-color: rgb(18,80,204); }
td.TdClassName
{
border-color: #1250CC;
}
.TagClassName
{
border-color: #1250CC;
}
</style>