Shades of Denim #266CC1
Tints of Denim #266CC1
RGB
CMYK
RGB Variations
Color information
#266CC1 (or 0x266CC1) is known color: Denim. HEX triplet: 26, 6C and C1. RGB value is (38,108,193). Sum of RGB (Red+Green+Blue) = 38+108+193=339 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.21% from 339); Green value is 108 (42.58% from 255 or 31.86% from 339); Blue value is 193 (75.78% from 255 or 56.93% from 339); Max value from RGB is 193 - color contains mainly: blue. Hex color #266CC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266CC1 is #D9933E. Grayscale: #606060. Windows color (decimal): -14259007 or 12676134. OLE color: 12676134.
HSL color Cylindrical-coordinate representation of color #266CC1: hue angle of 212.9º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #266CC1 is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 38 | 108 | 193 | - |
| CMYK | 0.80 | 0.44 | 0 | 0.24 |
| HSL | 212.9º | 0.67% | 0.45% | - |
| HSV(B) | 212.9º | 0.8% | 0.76% | - |
| XYZ | 15.79 | 14.99 | 52.51 | - |
| YUV | 96.76 | 182.31 | 86.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 108 | 193 | 0.80 | 0.44 | 0 | 0.24 | 212.9 | 0.67 | 0.45 |
| Hex | 26 | 6C | C1 | 50 | 2C | 0 | 18 | D5 | 43 | 2D |
| Octal | 46 | 154 | 301 | 120 | 54 | 0 | 30 | 325 | 103 | 55 |
| Binary | 100110 | 1101100 | 11000001 | 1010000 | 101100 | 0 | 11000 | 11010101 | 1000011 | 101101 |
Color Harmonies of #266CC1
Complementary color
Monochromatic Colors of #266CC1
Black with #266CC1
Text Example
Text Example
White with #266CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266CC1; }
p { color: rgb(38,108,193); }
H1.HeaderClassName
{
color: #266CC1;
}
.AnyTagClassName
{
color: #266CC1;
}
</style>
background-color css
<style>
a { background-color: #266CC1; }
a { background-color: rgb(38,108,193); }
div.DivClassName
{
background-color: #266CC1;
}
.BgClassName
{
background-color: #266CC1;
}
</style>
border-color css
<style>
span { border-color: #266CC1; }
span { border-color: rgb(38,108,193); }
td.TdClassName
{
border-color: #266CC1;
}
.TagClassName
{
border-color: #266CC1;
}
</style>