Shades of Denim #266FCB
Tints of Denim #266FCB
RGB
CMYK
RGB Variations
Color information
#266FCB (or 0x266FCB) is known color: Denim. HEX triplet: 26, 6F and CB. RGB value is (38,111,203). Sum of RGB (Red+Green+Blue) = 38+111+203=352 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.80% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 203 (79.69% from 255 or 57.67% from 352); Max value from RGB is 203 - color contains mainly: blue. Hex color #266FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266FCB is #D99034. Grayscale: #636363. Windows color (decimal): -14258229 or 13332262. OLE color: 13332262.
HSL color Cylindrical-coordinate representation of color #266FCB: hue angle of 213.45º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #266FCB is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 38 | 111 | 203 | - |
| CMYK | 0.81 | 0.45 | 0 | 0.20 |
| HSL | 213.45º | 0.68% | 0.47% | - |
| HSV(B) | 213.45º | 0.81% | 0.8% | - |
| XYZ | 17.26 | 16.09 | 58.7 | - |
| YUV | 99.66 | 186.32 | 84.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 111 | 203 | 0.81 | 0.45 | 0 | 0.20 | 213.45 | 0.68 | 0.47 |
| Hex | 26 | 6F | CB | 51 | 2D | 0 | 14 | D5 | 44 | 2F |
| Octal | 46 | 157 | 313 | 121 | 55 | 0 | 24 | 325 | 104 | 57 |
| Binary | 100110 | 1101111 | 11001011 | 1010001 | 101101 | 0 | 10100 | 11010101 | 1000100 | 101111 |
Color Harmonies of #266FCB
Complementary color
Monochromatic Colors of #266FCB
Black with #266FCB
Text Example
Text Example
White with #266FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266FCB; }
p { color: rgb(38,111,203); }
H1.HeaderClassName
{
color: #266FCB;
}
.AnyTagClassName
{
color: #266FCB;
}
</style>
background-color css
<style>
a { background-color: #266FCB; }
a { background-color: rgb(38,111,203); }
div.DivClassName
{
background-color: #266FCB;
}
.BgClassName
{
background-color: #266FCB;
}
</style>
border-color css
<style>
span { border-color: #266FCB; }
span { border-color: rgb(38,111,203); }
td.TdClassName
{
border-color: #266FCB;
}
.TagClassName
{
border-color: #266FCB;
}
</style>