Shades of Denim #266EB6
Tints of Denim #266EB6
RGB
CMYK
RGB Variations
Color information
#266EB6 (or 0x266EB6) is known color: Denim. HEX triplet: 26, 6E and B6. RGB value is (38,110,182). Sum of RGB (Red+Green+Blue) = 38+110+182=330 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.52% from 330); Green value is 110 (43.36% from 255 or 33.33% from 330); Blue value is 182 (71.48% from 255 or 55.15% from 330); Max value from RGB is 182 - color contains mainly: blue. Hex color #266EB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266EB6 is #D99149. Grayscale: #606060. Windows color (decimal): -14258506 or 11955750. OLE color: 11955750.
HSL color Cylindrical-coordinate representation of color #266EB6: hue angle of 210º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #266EB6 is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 38 | 110 | 182 | - |
| CMYK | 0.79 | 0.40 | 0 | 0.29 |
| HSL | 210º | 0.65% | 0.43% | - |
| HSV(B) | 210º | 0.79% | 0.71% | - |
| XYZ | 14.82 | 14.94 | 46.36 | - |
| YUV | 96.68 | 176.15 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 110 | 182 | 0.79 | 0.40 | 0 | 0.29 | 210 | 0.65 | 0.43 |
| Hex | 26 | 6E | B6 | 4F | 28 | 0 | 1D | D2 | 41 | 2B |
| Octal | 46 | 156 | 266 | 117 | 50 | 0 | 35 | 322 | 101 | 53 |
| Binary | 100110 | 1101110 | 10110110 | 1001111 | 101000 | 0 | 11101 | 11010010 | 1000001 | 101011 |
Color Harmonies of #266EB6
Complementary color
Monochromatic Colors of #266EB6
Black with #266EB6
Text Example
Text Example
White with #266EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266EB6; }
p { color: rgb(38,110,182); }
H1.HeaderClassName
{
color: #266EB6;
}
.AnyTagClassName
{
color: #266EB6;
}
</style>
background-color css
<style>
a { background-color: #266EB6; }
a { background-color: rgb(38,110,182); }
div.DivClassName
{
background-color: #266EB6;
}
.BgClassName
{
background-color: #266EB6;
}
</style>
border-color css
<style>
span { border-color: #266EB6; }
span { border-color: rgb(38,110,182); }
td.TdClassName
{
border-color: #266EB6;
}
.TagClassName
{
border-color: #266EB6;
}
</style>