Shades of Regal Blue #264059
Tints of Regal Blue #264059
RGB
CMYK
RGB Variations
Color information
#264059 (or 0x264059) is known color: Regal Blue. HEX triplet: 26, 40 and 59. RGB value is (38,64,89). Sum of RGB (Red+Green+Blue) = 38+64+89=191 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.90% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 89 (35.16% from 255 or 46.60% from 191); Max value from RGB is 89 - color contains mainly: blue. Hex color #264059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264059 is #D9BFA6. Grayscale: #3A3A3A. Windows color (decimal): -14270375 or 5849126. OLE color: 5849126.
HSL color Cylindrical-coordinate representation of color #264059: hue angle of 209.41º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #264059 is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 38 | 64 | 89 | - |
| CMYK | 0.57 | 0.28 | 0 | 0.65 |
| HSL | 209.41º | 0.4% | 0.25% | - |
| HSV(B) | 209.41º | 0.57% | 0.35% | - |
| XYZ | 4.44 | 4.8 | 10.14 | - |
| YUV | 59.08 | 144.89 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 64 | 89 | 0.57 | 0.28 | 0 | 0.65 | 209.41 | 0.4 | 0.25 |
| Hex | 26 | 40 | 59 | 39 | 1C | 0 | 41 | D1 | 28 | 19 |
| Octal | 46 | 100 | 131 | 71 | 34 | 0 | 101 | 321 | 50 | 31 |
| Binary | 100110 | 1000000 | 1011001 | 111001 | 11100 | 0 | 1000001 | 11010001 | 101000 | 11001 |
Color Harmonies of #264059
Complementary color
Monochromatic Colors of #264059
Black with #264059
Text Example
Text Example
White with #264059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264059; }
p { color: rgb(38,64,89); }
H1.HeaderClassName
{
color: #264059;
}
.AnyTagClassName
{
color: #264059;
}
</style>
background-color css
<style>
a { background-color: #264059; }
a { background-color: rgb(38,64,89); }
div.DivClassName
{
background-color: #264059;
}
.BgClassName
{
background-color: #264059;
}
</style>
border-color css
<style>
span { border-color: #264059; }
span { border-color: rgb(38,64,89); }
td.TdClassName
{
border-color: #264059;
}
.TagClassName
{
border-color: #264059;
}
</style>