Shades of Denim #1250BE
Tints of Denim #1250BE
RGB
CMYK
RGB Variations
Color information
#1250BE (or 0x1250BE) is known color: Denim. HEX triplet: 12, 50 and BE. RGB value is (18,80,190). Sum of RGB (Red+Green+Blue) = 18+80+190=288 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.25% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 190 (74.61% from 255 or 65.97% from 288); Max value from RGB is 190 - color contains mainly: blue. Hex color #1250BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1250BE is #EDAF41. Grayscale: #494949. Windows color (decimal): -15576898 or 12472338. OLE color: 12472338.
HSL color Cylindrical-coordinate representation of color #1250BE: hue angle of 218.37º 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 #1250BE is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 80 | 190 | - |
| CMYK | 0.91 | 0.58 | 0 | 0.25 |
| HSL | 218.37º | 0.83% | 0.41% | - |
| HSV(B) | 218.37º | 0.91% | 0.75% | - |
| XYZ | 12.41 | 9.58 | 49.91 | - |
| YUV | 74 | 193.46 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 80 | 190 | 0.91 | 0.58 | 0 | 0.25 | 218.37 | 0.83 | 0.41 |
| Hex | 12 | 50 | BE | 5B | 3A | 0 | 19 | DA | 53 | 29 |
| Octal | 22 | 120 | 276 | 133 | 72 | 0 | 31 | 332 | 123 | 51 |
| Binary | 10010 | 1010000 | 10111110 | 1011011 | 111010 | 0 | 11001 | 11011010 | 1010011 | 101001 |
Color Harmonies of #1250BE
Complementary color
Monochromatic Colors of #1250BE
Black with #1250BE
Text Example
Text Example
White with #1250BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1250BE; }
p { color: rgb(18,80,190); }
H1.HeaderClassName
{
color: #1250BE;
}
.AnyTagClassName
{
color: #1250BE;
}
</style>
background-color css
<style>
a { background-color: #1250BE; }
a { background-color: rgb(18,80,190); }
div.DivClassName
{
background-color: #1250BE;
}
.BgClassName
{
background-color: #1250BE;
}
</style>
border-color css
<style>
span { border-color: #1250BE; }
span { border-color: rgb(18,80,190); }
td.TdClassName
{
border-color: #1250BE;
}
.TagClassName
{
border-color: #1250BE;
}
</style>