Shades of Dark Cerulean #153C83
Tints of Dark Cerulean #153C83
RGB
CMYK
RGB Variations
Color information
#153C83 (or 0x153C83) is known color: Dark Cerulean. HEX triplet: 15, 3C and 83. RGB value is (21,60,131). Sum of RGB (Red+Green+Blue) = 21+60+131=212 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.91% from 212); Green value is 60 (23.83% from 255 or 28.30% from 212); Blue value is 131 (51.56% from 255 or 61.79% from 212); Max value from RGB is 131 - color contains mainly: blue. Hex color #153C83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153C83 is #EAC37C. Grayscale: #383838. Windows color (decimal): -15385469 or 8600597. OLE color: 8600597.
HSL color Cylindrical-coordinate representation of color #153C83: hue angle of 218.73º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #153C83 is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 60 | 131 | - |
| CMYK | 0.84 | 0.54 | 0 | 0.49 |
| HSL | 218.73º | 0.72% | 0.3% | - |
| HSV(B) | 218.73º | 0.84% | 0.51% | - |
| XYZ | 6.02 | 5.03 | 22.13 | - |
| YUV | 56.43 | 170.08 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 60 | 131 | 0.84 | 0.54 | 0 | 0.49 | 218.73 | 0.72 | 0.3 |
| Hex | 15 | 3C | 83 | 54 | 36 | 0 | 31 | DB | 48 | 1E |
| Octal | 25 | 74 | 203 | 124 | 66 | 0 | 61 | 333 | 110 | 36 |
| Binary | 10101 | 111100 | 10000011 | 1010100 | 110110 | 0 | 110001 | 11011011 | 1001000 | 11110 |
Color Harmonies of #153C83
Complementary color
Monochromatic Colors of #153C83
Black with #153C83
Text Example
Text Example
White with #153C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153C83; }
p { color: rgb(21,60,131); }
H1.HeaderClassName
{
color: #153C83;
}
.AnyTagClassName
{
color: #153C83;
}
</style>
background-color css
<style>
a { background-color: #153C83; }
a { background-color: rgb(21,60,131); }
div.DivClassName
{
background-color: #153C83;
}
.BgClassName
{
background-color: #153C83;
}
</style>
border-color css
<style>
span { border-color: #153C83; }
span { border-color: rgb(21,60,131); }
td.TdClassName
{
border-color: #153C83;
}
.TagClassName
{
border-color: #153C83;
}
</style>