Shades of Denim #1275BE
Tints of Denim #1275BE
RGB
CMYK
RGB Variations
Color information
#1275BE (or 0x1275BE) is known color: Denim. HEX triplet: 12, 75 and BE. RGB value is (18,117,190). Sum of RGB (Red+Green+Blue) = 18+117+190=325 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.54% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 190 (74.61% from 255 or 58.46% from 325); Max value from RGB is 190 - color contains mainly: blue. Hex color #1275BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1275BE is #ED8A41. Grayscale: #5F5F5F. Windows color (decimal): -15567426 or 12481810. OLE color: 12481810.
HSL color Cylindrical-coordinate representation of color #1275BE: hue angle of 205.47º 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 #1275BE is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 117 | 190 | - |
| CMYK | 0.91 | 0.38 | 0 | 0.25 |
| HSL | 205.47º | 0.83% | 0.41% | - |
| HSV(B) | 205.47º | 0.91% | 0.75% | - |
| XYZ | 15.91 | 16.57 | 51.08 | - |
| YUV | 95.72 | 181.2 | 72.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 117 | 190 | 0.91 | 0.38 | 0 | 0.25 | 205.47 | 0.83 | 0.41 |
| Hex | 12 | 75 | BE | 5B | 26 | 0 | 19 | CD | 53 | 29 |
| Octal | 22 | 165 | 276 | 133 | 46 | 0 | 31 | 315 | 123 | 51 |
| Binary | 10010 | 1110101 | 10111110 | 1011011 | 100110 | 0 | 11001 | 11001101 | 1010011 | 101001 |
Color Harmonies of #1275BE
Complementary color
Monochromatic Colors of #1275BE
Black with #1275BE
Text Example
Text Example
White with #1275BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1275BE; }
p { color: rgb(18,117,190); }
H1.HeaderClassName
{
color: #1275BE;
}
.AnyTagClassName
{
color: #1275BE;
}
</style>
background-color css
<style>
a { background-color: #1275BE; }
a { background-color: rgb(18,117,190); }
div.DivClassName
{
background-color: #1275BE;
}
.BgClassName
{
background-color: #1275BE;
}
</style>
border-color css
<style>
span { border-color: #1275BE; }
span { border-color: rgb(18,117,190); }
td.TdClassName
{
border-color: #1275BE;
}
.TagClassName
{
border-color: #1275BE;
}
</style>