Shades of Denim #266ABB
Tints of Denim #266ABB
RGB
CMYK
RGB Variations
Color information
#266ABB (or 0x266ABB) is known color: Denim. HEX triplet: 26, 6A and BB. RGB value is (38,106,187). Sum of RGB (Red+Green+Blue) = 38+106+187=331 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.48% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 187 (73.44% from 255 or 56.50% from 331); Max value from RGB is 187 - color contains mainly: blue. Hex color #266ABB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266ABB is #D99544. Grayscale: #5E5E5E. Windows color (decimal): -14259525 or 12282406. OLE color: 12282406.
HSL color Cylindrical-coordinate representation of color #266ABB: hue angle of 212.62º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #266ABB is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 106 | 187 | - |
| CMYK | 0.80 | 0.43 | 0 | 0.27 |
| HSL | 212.62º | 0.66% | 0.44% | - |
| HSV(B) | 212.62º | 0.8% | 0.73% | - |
| XYZ | 14.92 | 14.31 | 48.99 | - |
| YUV | 94.9 | 179.97 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 106 | 187 | 0.80 | 0.43 | 0 | 0.27 | 212.62 | 0.66 | 0.44 |
| Hex | 26 | 6A | BB | 50 | 2B | 0 | 1B | D5 | 42 | 2C |
| Octal | 46 | 152 | 273 | 120 | 53 | 0 | 33 | 325 | 102 | 54 |
| Binary | 100110 | 1101010 | 10111011 | 1010000 | 101011 | 0 | 11011 | 11010101 | 1000010 | 101100 |
Color Harmonies of #266ABB
Complementary color
Monochromatic Colors of #266ABB
Black with #266ABB
Text Example
Text Example
White with #266ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266ABB; }
p { color: rgb(38,106,187); }
H1.HeaderClassName
{
color: #266ABB;
}
.AnyTagClassName
{
color: #266ABB;
}
</style>
background-color css
<style>
a { background-color: #266ABB; }
a { background-color: rgb(38,106,187); }
div.DivClassName
{
background-color: #266ABB;
}
.BgClassName
{
background-color: #266ABB;
}
</style>
border-color css
<style>
span { border-color: #266ABB; }
span { border-color: rgb(38,106,187); }
td.TdClassName
{
border-color: #266ABB;
}
.TagClassName
{
border-color: #266ABB;
}
</style>