Shades of Regal Blue #153858
Tints of Regal Blue #153858
RGB
CMYK
RGB Variations
Color information
#153858 (or 0x153858) is known color: Regal Blue. HEX triplet: 15, 38 and 58. RGB value is (21,56,88). Sum of RGB (Red+Green+Blue) = 21+56+88=165 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.73% from 165); Green value is 56 (22.27% from 255 or 33.94% from 165); Blue value is 88 (34.77% from 255 or 53.33% from 165); Max value from RGB is 88 - color contains mainly: blue. Hex color #153858 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153858 is #EAC7A7. Grayscale: #313131. Windows color (decimal): -15386536 or 5781525. OLE color: 5781525.
HSL color Cylindrical-coordinate representation of color #153858: hue angle of 208.66º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #153858 is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 56 | 88 | - |
| CMYK | 0.76 | 0.36 | 0 | 0.65 |
| HSL | 208.66º | 0.61% | 0.21% | - |
| HSV(B) | 208.66º | 0.76% | 0.35% | - |
| XYZ | 3.48 | 3.69 | 9.76 | - |
| YUV | 49.18 | 149.9 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 56 | 88 | 0.76 | 0.36 | 0 | 0.65 | 208.66 | 0.61 | 0.21 |
| Hex | 15 | 38 | 58 | 4C | 24 | 0 | 41 | D1 | 3D | 15 |
| Octal | 25 | 70 | 130 | 114 | 44 | 0 | 101 | 321 | 75 | 25 |
| Binary | 10101 | 111000 | 1011000 | 1001100 | 100100 | 0 | 1000001 | 11010001 | 111101 | 10101 |
Color Harmonies of #153858
Complementary color
Monochromatic Colors of #153858
Black with #153858
Text Example
Text Example
White with #153858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153858; }
p { color: rgb(21,56,88); }
H1.HeaderClassName
{
color: #153858;
}
.AnyTagClassName
{
color: #153858;
}
</style>
background-color css
<style>
a { background-color: #153858; }
a { background-color: rgb(21,56,88); }
div.DivClassName
{
background-color: #153858;
}
.BgClassName
{
background-color: #153858;
}
</style>
border-color css
<style>
span { border-color: #153858; }
span { border-color: rgb(21,56,88); }
td.TdClassName
{
border-color: #153858;
}
.TagClassName
{
border-color: #153858;
}
</style>