Shades of Regal Blue #153758
Tints of Regal Blue #153758
RGB
CMYK
RGB Variations
Color information
#153758 (or 0x153758) is known color: Regal Blue. HEX triplet: 15, 37 and 58. RGB value is (21,55,88). Sum of RGB (Red+Green+Blue) = 21+55+88=164 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.80% from 164); Green value is 55 (21.88% from 255 or 33.54% from 164); Blue value is 88 (34.77% from 255 or 53.66% from 164); Max value from RGB is 88 - color contains mainly: blue. Hex color #153758 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153758 is #EAC8A7. Grayscale: #303030. Windows color (decimal): -15386792 or 5781269. OLE color: 5781269.
HSL color Cylindrical-coordinate representation of color #153758: hue angle of 209.55º 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 #153758 is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 55 | 88 | - |
| CMYK | 0.76 | 0.38 | 0 | 0.65 |
| HSL | 209.55º | 0.61% | 0.21% | - |
| HSV(B) | 209.55º | 0.76% | 0.35% | - |
| XYZ | 3.44 | 3.6 | 9.75 | - |
| YUV | 48.6 | 150.24 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 55 | 88 | 0.76 | 0.38 | 0 | 0.65 | 209.55 | 0.61 | 0.21 |
| Hex | 15 | 37 | 58 | 4C | 26 | 0 | 41 | D2 | 3D | 15 |
| Octal | 25 | 67 | 130 | 114 | 46 | 0 | 101 | 322 | 75 | 25 |
| Binary | 10101 | 110111 | 1011000 | 1001100 | 100110 | 0 | 1000001 | 11010010 | 111101 | 10101 |
Color Harmonies of #153758
Complementary color
Monochromatic Colors of #153758
Black with #153758
Text Example
Text Example
White with #153758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153758; }
p { color: rgb(21,55,88); }
H1.HeaderClassName
{
color: #153758;
}
.AnyTagClassName
{
color: #153758;
}
</style>
background-color css
<style>
a { background-color: #153758; }
a { background-color: rgb(21,55,88); }
div.DivClassName
{
background-color: #153758;
}
.BgClassName
{
background-color: #153758;
}
</style>
border-color css
<style>
span { border-color: #153758; }
span { border-color: rgb(21,55,88); }
td.TdClassName
{
border-color: #153758;
}
.TagClassName
{
border-color: #153758;
}
</style>