Shades of Regal Blue #26425D
Tints of Regal Blue #26425D
RGB
CMYK
RGB Variations
Color information
#26425D (or 0x26425D) is known color: Regal Blue. HEX triplet: 26, 42 and 5D. RGB value is (38,66,93). Sum of RGB (Red+Green+Blue) = 38+66+93=197 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.29% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 93 (36.72% from 255 or 47.21% from 197); Max value from RGB is 93 - color contains mainly: blue. Hex color #26425D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26425D is #D9BDA2. Grayscale: #3C3C3C. Windows color (decimal): -14269859 or 6111782. OLE color: 6111782.
HSL color Cylindrical-coordinate representation of color #26425D: hue angle of 209.45º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #26425D is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 66 | 93 | - |
| CMYK | 0.59 | 0.29 | 0 | 0.64 |
| HSL | 209.45º | 0.42% | 0.26% | - |
| HSV(B) | 209.45º | 0.59% | 0.36% | - |
| XYZ | 4.72 | 5.1 | 11.09 | - |
| YUV | 60.71 | 146.22 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 66 | 93 | 0.59 | 0.29 | 0 | 0.64 | 209.45 | 0.42 | 0.26 |
| Hex | 26 | 42 | 5D | 3B | 1D | 0 | 40 | D1 | 2A | 1A |
| Octal | 46 | 102 | 135 | 73 | 35 | 0 | 100 | 321 | 52 | 32 |
| Binary | 100110 | 1000010 | 1011101 | 111011 | 11101 | 0 | 1000000 | 11010001 | 101010 | 11010 |
Color Harmonies of #26425D
Complementary color
Monochromatic Colors of #26425D
Black with #26425D
Text Example
Text Example
White with #26425D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26425D; }
p { color: rgb(38,66,93); }
H1.HeaderClassName
{
color: #26425D;
}
.AnyTagClassName
{
color: #26425D;
}
</style>
background-color css
<style>
a { background-color: #26425D; }
a { background-color: rgb(38,66,93); }
div.DivClassName
{
background-color: #26425D;
}
.BgClassName
{
background-color: #26425D;
}
</style>
border-color css
<style>
span { border-color: #26425D; }
span { border-color: rgb(38,66,93); }
td.TdClassName
{
border-color: #26425D;
}
.TagClassName
{
border-color: #26425D;
}
</style>