Shades of Denim #266AB9
Tints of Denim #266AB9
RGB
CMYK
RGB Variations
Color information
#266AB9 (or 0x266AB9) is known color: Denim. HEX triplet: 26, 6A and B9. RGB value is (38,106,185). Sum of RGB (Red+Green+Blue) = 38+106+185=329 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.55% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 185 (72.66% from 255 or 56.23% from 329); Max value from RGB is 185 - color contains mainly: blue. Hex color #266AB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266AB9 is #D99546. Grayscale: #5E5E5E. Windows color (decimal): -14259527 or 12151334. OLE color: 12151334.
HSL color Cylindrical-coordinate representation of color #266AB9: hue angle of 212.24º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #266AB9 is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 106 | 185 | - |
| CMYK | 0.79 | 0.43 | 0 | 0.27 |
| HSL | 212.24º | 0.66% | 0.44% | - |
| HSV(B) | 212.24º | 0.79% | 0.73% | - |
| XYZ | 14.71 | 14.22 | 47.87 | - |
| YUV | 94.67 | 178.97 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 106 | 185 | 0.79 | 0.43 | 0 | 0.27 | 212.24 | 0.66 | 0.44 |
| Hex | 26 | 6A | B9 | 4F | 2B | 0 | 1B | D4 | 42 | 2C |
| Octal | 46 | 152 | 271 | 117 | 53 | 0 | 33 | 324 | 102 | 54 |
| Binary | 100110 | 1101010 | 10111001 | 1001111 | 101011 | 0 | 11011 | 11010100 | 1000010 | 101100 |
Color Harmonies of #266AB9
Complementary color
Monochromatic Colors of #266AB9
Black with #266AB9
Text Example
Text Example
White with #266AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266AB9; }
p { color: rgb(38,106,185); }
H1.HeaderClassName
{
color: #266AB9;
}
.AnyTagClassName
{
color: #266AB9;
}
</style>
background-color css
<style>
a { background-color: #266AB9; }
a { background-color: rgb(38,106,185); }
div.DivClassName
{
background-color: #266AB9;
}
.BgClassName
{
background-color: #266AB9;
}
</style>
border-color css
<style>
span { border-color: #266AB9; }
span { border-color: rgb(38,106,185); }
td.TdClassName
{
border-color: #266AB9;
}
.TagClassName
{
border-color: #266AB9;
}
</style>