Shades of Denim #1275BC
Tints of Denim #1275BC
RGB
CMYK
RGB Variations
Color information
#1275BC (or 0x1275BC) is known color: Denim. HEX triplet: 12, 75 and BC. RGB value is (18,117,188). Sum of RGB (Red+Green+Blue) = 18+117+188=323 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.57% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 188 (73.83% from 255 or 58.20% from 323); Max value from RGB is 188 - color contains mainly: blue. Hex color #1275BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1275BC is #ED8A43. Grayscale: #5F5F5F. Windows color (decimal): -15567428 or 12350738. OLE color: 12350738.
HSL color Cylindrical-coordinate representation of color #1275BC: hue angle of 205.06º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1275BC is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 117 | 188 | - |
| CMYK | 0.90 | 0.38 | 0 | 0.26 |
| HSL | 205.06º | 0.83% | 0.4% | - |
| HSV(B) | 205.06º | 0.9% | 0.74% | - |
| XYZ | 15.69 | 16.48 | 49.93 | - |
| YUV | 95.49 | 180.2 | 72.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 117 | 188 | 0.90 | 0.38 | 0 | 0.26 | 205.06 | 0.83 | 0.4 |
| Hex | 12 | 75 | BC | 5A | 26 | 0 | 1A | CD | 53 | 28 |
| Octal | 22 | 165 | 274 | 132 | 46 | 0 | 32 | 315 | 123 | 50 |
| Binary | 10010 | 1110101 | 10111100 | 1011010 | 100110 | 0 | 11010 | 11001101 | 1010011 | 101000 |
Color Harmonies of #1275BC
Complementary color
Monochromatic Colors of #1275BC
Black with #1275BC
Text Example
Text Example
White with #1275BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1275BC; }
p { color: rgb(18,117,188); }
H1.HeaderClassName
{
color: #1275BC;
}
.AnyTagClassName
{
color: #1275BC;
}
</style>
background-color css
<style>
a { background-color: #1275BC; }
a { background-color: rgb(18,117,188); }
div.DivClassName
{
background-color: #1275BC;
}
.BgClassName
{
background-color: #1275BC;
}
</style>
border-color css
<style>
span { border-color: #1275BC; }
span { border-color: rgb(18,117,188); }
td.TdClassName
{
border-color: #1275BC;
}
.TagClassName
{
border-color: #1275BC;
}
</style>