Shades of Regal Blue #26425A
Tints of Regal Blue #26425A
RGB
CMYK
RGB Variations
Color information
#26425A (or 0x26425A) is known color: Regal Blue. HEX triplet: 26, 42 and 5A. RGB value is (38,66,90). Sum of RGB (Red+Green+Blue) = 38+66+90=194 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.59% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 90 (35.55% from 255 or 46.39% from 194); Max value from RGB is 90 - color contains mainly: blue. Hex color #26425A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26425A is #D9BDA5. Grayscale: #3C3C3C. Windows color (decimal): -14269862 or 5915174. OLE color: 5915174.
HSL color Cylindrical-coordinate representation of color #26425A: hue angle of 207.69º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #26425A is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 38 | 66 | 90 | - |
| CMYK | 0.58 | 0.27 | 0 | 0.65 |
| HSL | 207.69º | 0.41% | 0.25% | - |
| HSV(B) | 207.69º | 0.58% | 0.35% | - |
| XYZ | 4.59 | 5.05 | 10.4 | - |
| YUV | 60.36 | 144.72 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 66 | 90 | 0.58 | 0.27 | 0 | 0.65 | 207.69 | 0.41 | 0.25 |
| Hex | 26 | 42 | 5A | 3A | 1B | 0 | 41 | D0 | 29 | 19 |
| Octal | 46 | 102 | 132 | 72 | 33 | 0 | 101 | 320 | 51 | 31 |
| Binary | 100110 | 1000010 | 1011010 | 111010 | 11011 | 0 | 1000001 | 11010000 | 101001 | 11001 |
Color Harmonies of #26425A
Complementary color
Monochromatic Colors of #26425A
Black with #26425A
Text Example
Text Example
White with #26425A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26425A; }
p { color: rgb(38,66,90); }
H1.HeaderClassName
{
color: #26425A;
}
.AnyTagClassName
{
color: #26425A;
}
</style>
background-color css
<style>
a { background-color: #26425A; }
a { background-color: rgb(38,66,90); }
div.DivClassName
{
background-color: #26425A;
}
.BgClassName
{
background-color: #26425A;
}
</style>
border-color css
<style>
span { border-color: #26425A; }
span { border-color: rgb(38,66,90); }
td.TdClassName
{
border-color: #26425A;
}
.TagClassName
{
border-color: #26425A;
}
</style>