Shades of Denim #1265B4
Tints of Denim #1265B4
RGB
CMYK
RGB Variations
Color information
#1265B4 (or 0x1265B4) is known color: Denim. HEX triplet: 12, 65 and B4. RGB value is (18,101,180). Sum of RGB (Red+Green+Blue) = 18+101+180=299 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.02% from 299); Green value is 101 (39.84% from 255 or 33.78% from 299); Blue value is 180 (70.70% from 255 or 60.20% from 299); Max value from RGB is 180 - color contains mainly: blue. Hex color #1265B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1265B4 is #ED9A4B. Grayscale: #545454. Windows color (decimal): -15571532 or 11822354. OLE color: 11822354.
HSL color Cylindrical-coordinate representation of color #1265B4: hue angle of 209.26º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1265B4 is Cyan = 0.9, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 18 | 101 | 180 | - |
| CMYK | 0.9 | 0.44 | 0 | 0.29 |
| HSL | 209.26º | 0.82% | 0.39% | - |
| HSV(B) | 209.26º | 0.9% | 0.71% | - |
| XYZ | 13.14 | 12.73 | 44.94 | - |
| YUV | 85.19 | 181.5 | 80.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 101 | 180 | 0.9 | 0.44 | 0 | 0.29 | 209.26 | 0.82 | 0.39 |
| Hex | 12 | 65 | B4 | 5A | 2C | 0 | 1D | D1 | 52 | 27 |
| Octal | 22 | 145 | 264 | 132 | 54 | 0 | 35 | 321 | 122 | 47 |
| Binary | 10010 | 1100101 | 10110100 | 1011010 | 101100 | 0 | 11101 | 11010001 | 1010010 | 100111 |
Color Harmonies of #1265B4
Complementary color
Monochromatic Colors of #1265B4
Black with #1265B4
Text Example
Text Example
White with #1265B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1265B4; }
p { color: rgb(18,101,180); }
H1.HeaderClassName
{
color: #1265B4;
}
.AnyTagClassName
{
color: #1265B4;
}
</style>
background-color css
<style>
a { background-color: #1265B4; }
a { background-color: rgb(18,101,180); }
div.DivClassName
{
background-color: #1265B4;
}
.BgClassName
{
background-color: #1265B4;
}
</style>
border-color css
<style>
span { border-color: #1265B4; }
span { border-color: rgb(18,101,180); }
td.TdClassName
{
border-color: #1265B4;
}
.TagClassName
{
border-color: #1265B4;
}
</style>