Shades of Denim #1250CB
Tints of Denim #1250CB
RGB
CMYK
RGB Variations
Color information
#1250CB (or 0x1250CB) is known color: Denim. HEX triplet: 12, 50 and CB. RGB value is (18,80,203). Sum of RGB (Red+Green+Blue) = 18+80+203=301 (39% of max value = 765). Red value is 18 (7.42% from 255 or 5.98% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 203 (79.69% from 255 or 67.44% from 301); Max value from RGB is 203 - color contains mainly: blue. Hex color #1250CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1250CB is #EDAF34. Grayscale: #4A4A4A. Windows color (decimal): -15576885 or 13324306. OLE color: 13324306.
HSL color Cylindrical-coordinate representation of color #1250CB: hue angle of 219.89º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1250CB is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 80 | 203 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.20 |
| HSL | 219.89º | 0.84% | 0.43% | - |
| HSV(B) | 219.89º | 0.91% | 0.8% | - |
| XYZ | 13.9 | 10.18 | 57.73 | - |
| YUV | 75.48 | 199.96 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 80 | 203 | 0.91 | 0.61 | 0 | 0.20 | 219.89 | 0.84 | 0.43 |
| Hex | 12 | 50 | CB | 5B | 3D | 0 | 14 | DC | 54 | 2B |
| Octal | 22 | 120 | 313 | 133 | 75 | 0 | 24 | 334 | 124 | 53 |
| Binary | 10010 | 1010000 | 11001011 | 1011011 | 111101 | 0 | 10100 | 11011100 | 1010100 | 101011 |
Color Harmonies of #1250CB
Complementary color
Monochromatic Colors of #1250CB
Black with #1250CB
Text Example
Text Example
White with #1250CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1250CB; }
p { color: rgb(18,80,203); }
H1.HeaderClassName
{
color: #1250CB;
}
.AnyTagClassName
{
color: #1250CB;
}
</style>
background-color css
<style>
a { background-color: #1250CB; }
a { background-color: rgb(18,80,203); }
div.DivClassName
{
background-color: #1250CB;
}
.BgClassName
{
background-color: #1250CB;
}
</style>
border-color css
<style>
span { border-color: #1250CB; }
span { border-color: rgb(18,80,203); }
td.TdClassName
{
border-color: #1250CB;
}
.TagClassName
{
border-color: #1250CB;
}
</style>