Shades of Denim #1275BF
Tints of Denim #1275BF
RGB
CMYK
RGB Variations
Color information
#1275BF (or 0x1275BF) is known color: Denim. HEX triplet: 12, 75 and BF. RGB value is (18,117,191). Sum of RGB (Red+Green+Blue) = 18+117+191=326 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.52% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 191 (75% from 255 or 58.59% from 326); Max value from RGB is 191 - color contains mainly: blue. Hex color #1275BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1275BF is #ED8A40. Grayscale: #5F5F5F. Windows color (decimal): -15567425 or 12547346. OLE color: 12547346.
HSL color Cylindrical-coordinate representation of color #1275BF: hue angle of 205.66º 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 #1275BF is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 117 | 191 | - |
| CMYK | 0.91 | 0.39 | 0 | 0.25 |
| HSL | 205.66º | 0.83% | 0.41% | - |
| HSV(B) | 205.66º | 0.91% | 0.75% | - |
| XYZ | 16.01 | 16.61 | 51.65 | - |
| YUV | 95.84 | 181.7 | 72.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 117 | 191 | 0.91 | 0.39 | 0 | 0.25 | 205.66 | 0.83 | 0.41 |
| Hex | 12 | 75 | BF | 5B | 27 | 0 | 19 | CE | 53 | 29 |
| Octal | 22 | 165 | 277 | 133 | 47 | 0 | 31 | 316 | 123 | 51 |
| Binary | 10010 | 1110101 | 10111111 | 1011011 | 100111 | 0 | 11001 | 11001110 | 1010011 | 101001 |
Color Harmonies of #1275BF
Complementary color
Monochromatic Colors of #1275BF
Black with #1275BF
Text Example
Text Example
White with #1275BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1275BF; }
p { color: rgb(18,117,191); }
H1.HeaderClassName
{
color: #1275BF;
}
.AnyTagClassName
{
color: #1275BF;
}
</style>
background-color css
<style>
a { background-color: #1275BF; }
a { background-color: rgb(18,117,191); }
div.DivClassName
{
background-color: #1275BF;
}
.BgClassName
{
background-color: #1275BF;
}
</style>
border-color css
<style>
span { border-color: #1275BF; }
span { border-color: rgb(18,117,191); }
td.TdClassName
{
border-color: #1275BF;
}
.TagClassName
{
border-color: #1275BF;
}
</style>