Shades of Regal Blue #25405B
Tints of Regal Blue #25405B
RGB
CMYK
RGB Variations
Color information
#25405B (or 0x25405B) is known color: Regal Blue. HEX triplet: 25, 40 and 5B. RGB value is (37,64,91). Sum of RGB (Red+Green+Blue) = 37+64+91=192 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.27% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 91 (35.94% from 255 or 47.40% from 192); Max value from RGB is 91 - color contains mainly: blue. Hex color #25405B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25405B is #DABFA4. Grayscale: #3A3A3A. Windows color (decimal): -14335909 or 5980197. OLE color: 5980197.
HSL color Cylindrical-coordinate representation of color #25405B: 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 #25405B is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 64 | 91 | - |
| CMYK | 0.59 | 0.30 | 0 | 0.64 |
| HSL | 210º | 0.42% | 0.25% | - |
| HSV(B) | 210º | 0.59% | 0.36% | - |
| XYZ | 4.48 | 4.82 | 10.59 | - |
| YUV | 59.01 | 146.05 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 64 | 91 | 0.59 | 0.30 | 0 | 0.64 | 210 | 0.42 | 0.25 |
| Hex | 25 | 40 | 5B | 3B | 1E | 0 | 40 | D2 | 2A | 19 |
| Octal | 45 | 100 | 133 | 73 | 36 | 0 | 100 | 322 | 52 | 31 |
| Binary | 100101 | 1000000 | 1011011 | 111011 | 11110 | 0 | 1000000 | 11010010 | 101010 | 11001 |
Color Harmonies of #25405B
Complementary color
Monochromatic Colors of #25405B
Black with #25405B
Text Example
Text Example
White with #25405B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25405B; }
p { color: rgb(37,64,91); }
H1.HeaderClassName
{
color: #25405B;
}
.AnyTagClassName
{
color: #25405B;
}
</style>
background-color css
<style>
a { background-color: #25405B; }
a { background-color: rgb(37,64,91); }
div.DivClassName
{
background-color: #25405B;
}
.BgClassName
{
background-color: #25405B;
}
</style>
border-color css
<style>
span { border-color: #25405B; }
span { border-color: rgb(37,64,91); }
td.TdClassName
{
border-color: #25405B;
}
.TagClassName
{
border-color: #25405B;
}
</style>