Shades of Denim #266BBB
Tints of Denim #266BBB
RGB
CMYK
RGB Variations
Color information
#266BBB (or 0x266BBB) is known color: Denim. HEX triplet: 26, 6B and BB. RGB value is (38,107,187). Sum of RGB (Red+Green+Blue) = 38+107+187=332 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.45% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 187 (73.44% from 255 or 56.33% from 332); Max value from RGB is 187 - color contains mainly: blue. Hex color #266BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266BBB is #D99444. Grayscale: #5F5F5F. Windows color (decimal): -14259269 or 12282662. OLE color: 12282662.
HSL color Cylindrical-coordinate representation of color #266BBB: hue angle of 212.21º 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 #266BBB is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 107 | 187 | - |
| CMYK | 0.80 | 0.43 | 0 | 0.27 |
| HSL | 212.21º | 0.66% | 0.44% | - |
| HSV(B) | 212.21º | 0.8% | 0.73% | - |
| XYZ | 15.03 | 14.52 | 49.02 | - |
| YUV | 95.49 | 179.64 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 107 | 187 | 0.80 | 0.43 | 0 | 0.27 | 212.21 | 0.66 | 0.44 |
| Hex | 26 | 6B | BB | 50 | 2B | 0 | 1B | D4 | 42 | 2C |
| Octal | 46 | 153 | 273 | 120 | 53 | 0 | 33 | 324 | 102 | 54 |
| Binary | 100110 | 1101011 | 10111011 | 1010000 | 101011 | 0 | 11011 | 11010100 | 1000010 | 101100 |
Color Harmonies of #266BBB
Complementary color
Monochromatic Colors of #266BBB
Black with #266BBB
Text Example
Text Example
White with #266BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266BBB; }
p { color: rgb(38,107,187); }
H1.HeaderClassName
{
color: #266BBB;
}
.AnyTagClassName
{
color: #266BBB;
}
</style>
background-color css
<style>
a { background-color: #266BBB; }
a { background-color: rgb(38,107,187); }
div.DivClassName
{
background-color: #266BBB;
}
.BgClassName
{
background-color: #266BBB;
}
</style>
border-color css
<style>
span { border-color: #266BBB; }
span { border-color: rgb(38,107,187); }
td.TdClassName
{
border-color: #266BBB;
}
.TagClassName
{
border-color: #266BBB;
}
</style>