Shades of Dark Cerulean #153281
Tints of Dark Cerulean #153281
RGB
CMYK
RGB Variations
Color information
#153281 (or 0x153281) is known color: Dark Cerulean. HEX triplet: 15, 32 and 81. RGB value is (21,50,129). Sum of RGB (Red+Green+Blue) = 21+50+129=200 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.5% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 129 (50.78% from 255 or 64.5% from 200); Max value from RGB is 129 - color contains mainly: blue. Hex color #153281 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153281 is #EACD7E. Grayscale: #313131. Windows color (decimal): -15388031 or 8466965. OLE color: 8466965.
HSL color Cylindrical-coordinate representation of color #153281: hue angle of 223.89º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #153281 is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 50 | 129 | - |
| CMYK | 0.84 | 0.61 | 0 | 0.49 |
| HSL | 223.89º | 0.72% | 0.29% | - |
| HSV(B) | 223.89º | 0.84% | 0.51% | - |
| XYZ | 5.41 | 4.03 | 21.26 | - |
| YUV | 50.34 | 172.39 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 50 | 129 | 0.84 | 0.61 | 0 | 0.49 | 223.89 | 0.72 | 0.29 |
| Hex | 15 | 32 | 81 | 54 | 3D | 0 | 31 | E0 | 48 | 1D |
| Octal | 25 | 62 | 201 | 124 | 75 | 0 | 61 | 340 | 110 | 35 |
| Binary | 10101 | 110010 | 10000001 | 1010100 | 111101 | 0 | 110001 | 11100000 | 1001000 | 11101 |
Color Harmonies of #153281
Complementary color
Monochromatic Colors of #153281
Black with #153281
Text Example
Text Example
White with #153281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153281; }
p { color: rgb(21,50,129); }
H1.HeaderClassName
{
color: #153281;
}
.AnyTagClassName
{
color: #153281;
}
</style>
background-color css
<style>
a { background-color: #153281; }
a { background-color: rgb(21,50,129); }
div.DivClassName
{
background-color: #153281;
}
.BgClassName
{
background-color: #153281;
}
</style>
border-color css
<style>
span { border-color: #153281; }
span { border-color: rgb(21,50,129); }
td.TdClassName
{
border-color: #153281;
}
.TagClassName
{
border-color: #153281;
}
</style>