Shades of Denim #266FBB
Tints of Denim #266FBB
RGB
CMYK
RGB Variations
Color information
#266FBB (or 0x266FBB) is known color: Denim. HEX triplet: 26, 6F and BB. RGB value is (38,111,187). Sum of RGB (Red+Green+Blue) = 38+111+187=336 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.31% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 187 (73.44% from 255 or 55.65% from 336); Max value from RGB is 187 - color contains mainly: blue. Hex color #266FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266FBB is #D99044. Grayscale: #616161. Windows color (decimal): -14258245 or 12283686. OLE color: 12283686.
HSL color Cylindrical-coordinate representation of color #266FBB: hue angle of 210.6º 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 #266FBB is Cyan = 0.80, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 111 | 187 | - |
| CMYK | 0.80 | 0.41 | 0 | 0.27 |
| HSL | 210.6º | 0.66% | 0.44% | - |
| HSV(B) | 210.6º | 0.8% | 0.73% | - |
| XYZ | 15.45 | 15.37 | 49.17 | - |
| YUV | 97.84 | 178.32 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 111 | 187 | 0.80 | 0.41 | 0 | 0.27 | 210.6 | 0.66 | 0.44 |
| Hex | 26 | 6F | BB | 50 | 29 | 0 | 1B | D3 | 42 | 2C |
| Octal | 46 | 157 | 273 | 120 | 51 | 0 | 33 | 323 | 102 | 54 |
| Binary | 100110 | 1101111 | 10111011 | 1010000 | 101001 | 0 | 11011 | 11010011 | 1000010 | 101100 |
Color Harmonies of #266FBB
Complementary color
Monochromatic Colors of #266FBB
Black with #266FBB
Text Example
Text Example
White with #266FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266FBB; }
p { color: rgb(38,111,187); }
H1.HeaderClassName
{
color: #266FBB;
}
.AnyTagClassName
{
color: #266FBB;
}
</style>
background-color css
<style>
a { background-color: #266FBB; }
a { background-color: rgb(38,111,187); }
div.DivClassName
{
background-color: #266FBB;
}
.BgClassName
{
background-color: #266FBB;
}
</style>
border-color css
<style>
span { border-color: #266FBB; }
span { border-color: rgb(38,111,187); }
td.TdClassName
{
border-color: #266FBB;
}
.TagClassName
{
border-color: #266FBB;
}
</style>