Shades of Denim #266CB9
Tints of Denim #266CB9
RGB
CMYK
RGB Variations
Color information
#266CB9 (or 0x266CB9) is known color: Denim. HEX triplet: 26, 6C and B9. RGB value is (38,108,185). Sum of RGB (Red+Green+Blue) = 38+108+185=331 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.48% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 185 (72.66% from 255 or 55.89% from 331); Max value from RGB is 185 - color contains mainly: blue. Hex color #266CB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266CB9 is #D99346. Grayscale: #5F5F5F. Windows color (decimal): -14259015 or 12151846. OLE color: 12151846.
HSL color Cylindrical-coordinate representation of color #266CB9: hue angle of 211.43º 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 #266CB9 is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 108 | 185 | - |
| CMYK | 0.79 | 0.42 | 0 | 0.27 |
| HSL | 211.43º | 0.66% | 0.44% | - |
| HSV(B) | 211.43º | 0.79% | 0.73% | - |
| XYZ | 14.92 | 14.64 | 47.94 | - |
| YUV | 95.85 | 178.31 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 108 | 185 | 0.79 | 0.42 | 0 | 0.27 | 211.43 | 0.66 | 0.44 |
| Hex | 26 | 6C | B9 | 4F | 2A | 0 | 1B | D3 | 42 | 2C |
| Octal | 46 | 154 | 271 | 117 | 52 | 0 | 33 | 323 | 102 | 54 |
| Binary | 100110 | 1101100 | 10111001 | 1001111 | 101010 | 0 | 11011 | 11010011 | 1000010 | 101100 |
Color Harmonies of #266CB9
Complementary color
Monochromatic Colors of #266CB9
Black with #266CB9
Text Example
Text Example
White with #266CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266CB9; }
p { color: rgb(38,108,185); }
H1.HeaderClassName
{
color: #266CB9;
}
.AnyTagClassName
{
color: #266CB9;
}
</style>
background-color css
<style>
a { background-color: #266CB9; }
a { background-color: rgb(38,108,185); }
div.DivClassName
{
background-color: #266CB9;
}
.BgClassName
{
background-color: #266CB9;
}
</style>
border-color css
<style>
span { border-color: #266CB9; }
span { border-color: rgb(38,108,185); }
td.TdClassName
{
border-color: #266CB9;
}
.TagClassName
{
border-color: #266CB9;
}
</style>