Shades of Regal Blue #153255
Tints of Regal Blue #153255
RGB
CMYK
RGB Variations
Color information
#153255 (or 0x153255) is known color: Regal Blue. HEX triplet: 15, 32 and 55. RGB value is (21,50,85). Sum of RGB (Red+Green+Blue) = 21+50+85=156 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.46% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 85 (33.59% from 255 or 54.49% from 156); Max value from RGB is 85 - color contains mainly: blue. Hex color #153255 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153255 is #EACDAA. Grayscale: #2D2D2D. Windows color (decimal): -15388075 or 5583381. OLE color: 5583381.
HSL color Cylindrical-coordinate representation of color #153255: hue angle of 212.81º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #153255 is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 50 | 85 | - |
| CMYK | 0.75 | 0.41 | 0 | 0.67 |
| HSL | 212.81º | 0.6% | 0.21% | - |
| HSV(B) | 212.81º | 0.75% | 0.33% | - |
| XYZ | 3.09 | 3.1 | 9.03 | - |
| YUV | 45.32 | 150.39 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 50 | 85 | 0.75 | 0.41 | 0 | 0.67 | 212.81 | 0.6 | 0.21 |
| Hex | 15 | 32 | 55 | 4B | 29 | 0 | 43 | D5 | 3C | 15 |
| Octal | 25 | 62 | 125 | 113 | 51 | 0 | 103 | 325 | 74 | 25 |
| Binary | 10101 | 110010 | 1010101 | 1001011 | 101001 | 0 | 1000011 | 11010101 | 111100 | 10101 |
Color Harmonies of #153255
Complementary color
Monochromatic Colors of #153255
Black with #153255
Text Example
Text Example
White with #153255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153255; }
p { color: rgb(21,50,85); }
H1.HeaderClassName
{
color: #153255;
}
.AnyTagClassName
{
color: #153255;
}
</style>
background-color css
<style>
a { background-color: #153255; }
a { background-color: rgb(21,50,85); }
div.DivClassName
{
background-color: #153255;
}
.BgClassName
{
background-color: #153255;
}
</style>
border-color css
<style>
span { border-color: #153255; }
span { border-color: rgb(21,50,85); }
td.TdClassName
{
border-color: #153255;
}
.TagClassName
{
border-color: #153255;
}
</style>