Shades of Regal Blue #26415C
Tints of Regal Blue #26415C
RGB
CMYK
RGB Variations
Color information
#26415C (or 0x26415C) is known color: Regal Blue. HEX triplet: 26, 41 and 5C. RGB value is (38,65,92). Sum of RGB (Red+Green+Blue) = 38+65+92=195 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.49% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 92 (36.33% from 255 or 47.18% from 195); Max value from RGB is 92 - color contains mainly: blue. Hex color #26415C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26415C is #D9BEA3. Grayscale: #3B3B3B. Windows color (decimal): -14270116 or 6045990. OLE color: 6045990.
HSL color Cylindrical-coordinate representation of color #26415C: hue angle of 210º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #26415C is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 65 | 92 | - |
| CMYK | 0.59 | 0.29 | 0 | 0.64 |
| HSL | 210º | 0.42% | 0.25% | - |
| HSV(B) | 210º | 0.59% | 0.36% | - |
| XYZ | 4.62 | 4.97 | 10.84 | - |
| YUV | 60.01 | 146.05 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 65 | 92 | 0.59 | 0.29 | 0 | 0.64 | 210 | 0.42 | 0.25 |
| Hex | 26 | 41 | 5C | 3B | 1D | 0 | 40 | D2 | 2A | 19 |
| Octal | 46 | 101 | 134 | 73 | 35 | 0 | 100 | 322 | 52 | 31 |
| Binary | 100110 | 1000001 | 1011100 | 111011 | 11101 | 0 | 1000000 | 11010010 | 101010 | 11001 |
Color Harmonies of #26415C
Complementary color
Monochromatic Colors of #26415C
Black with #26415C
Text Example
Text Example
White with #26415C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26415C; }
p { color: rgb(38,65,92); }
H1.HeaderClassName
{
color: #26415C;
}
.AnyTagClassName
{
color: #26415C;
}
</style>
background-color css
<style>
a { background-color: #26415C; }
a { background-color: rgb(38,65,92); }
div.DivClassName
{
background-color: #26415C;
}
.BgClassName
{
background-color: #26415C;
}
</style>
border-color css
<style>
span { border-color: #26415C; }
span { border-color: rgb(38,65,92); }
td.TdClassName
{
border-color: #26415C;
}
.TagClassName
{
border-color: #26415C;
}
</style>