Shades of Regal Blue #153955
Tints of Regal Blue #153955
RGB
CMYK
RGB Variations
Color information
#153955 (or 0x153955) is known color: Regal Blue. HEX triplet: 15, 39 and 55. RGB value is (21,57,85). Sum of RGB (Red+Green+Blue) = 21+57+85=163 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.88% from 163); Green value is 57 (22.66% from 255 or 34.97% from 163); Blue value is 85 (33.59% from 255 or 52.15% from 163); Max value from RGB is 85 - color contains mainly: blue. Hex color #153955 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153955 is #EAC6AA. Grayscale: #313131. Windows color (decimal): -15386283 or 5585173. OLE color: 5585173.
HSL color Cylindrical-coordinate representation of color #153955: hue angle of 206.25º 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 #153955 is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 57 | 85 | - |
| CMYK | 0.75 | 0.33 | 0 | 0.67 |
| HSL | 206.25º | 0.6% | 0.21% | - |
| HSV(B) | 206.25º | 0.75% | 0.33% | - |
| XYZ | 3.41 | 3.74 | 9.14 | - |
| YUV | 49.43 | 148.07 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 57 | 85 | 0.75 | 0.33 | 0 | 0.67 | 206.25 | 0.6 | 0.21 |
| Hex | 15 | 39 | 55 | 4B | 21 | 0 | 43 | CE | 3C | 15 |
| Octal | 25 | 71 | 125 | 113 | 41 | 0 | 103 | 316 | 74 | 25 |
| Binary | 10101 | 111001 | 1010101 | 1001011 | 100001 | 0 | 1000011 | 11001110 | 111100 | 10101 |
Color Harmonies of #153955
Complementary color
Monochromatic Colors of #153955
Black with #153955
Text Example
Text Example
White with #153955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153955; }
p { color: rgb(21,57,85); }
H1.HeaderClassName
{
color: #153955;
}
.AnyTagClassName
{
color: #153955;
}
</style>
background-color css
<style>
a { background-color: #153955; }
a { background-color: rgb(21,57,85); }
div.DivClassName
{
background-color: #153955;
}
.BgClassName
{
background-color: #153955;
}
</style>
border-color css
<style>
span { border-color: #153955; }
span { border-color: rgb(21,57,85); }
td.TdClassName
{
border-color: #153955;
}
.TagClassName
{
border-color: #153955;
}
</style>