Shades of Dark Cerulean #153B83
Tints of Dark Cerulean #153B83
RGB
CMYK
RGB Variations
Color information
#153B83 (or 0x153B83) is known color: Dark Cerulean. HEX triplet: 15, 3B and 83. RGB value is (21,59,131). Sum of RGB (Red+Green+Blue) = 21+59+131=211 (27% of max value = 765). Red value is 21 (8.59% from 255 or 9.95% from 211); Green value is 59 (23.44% from 255 or 27.96% from 211); Blue value is 131 (51.56% from 255 or 62.09% from 211); Max value from RGB is 131 - color contains mainly: blue. Hex color #153B83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153B83 is #EAC47C. Grayscale: #373737. Windows color (decimal): -15385725 or 8600341. OLE color: 8600341.
HSL color Cylindrical-coordinate representation of color #153B83: hue angle of 219.27º 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 #153B83 is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 59 | 131 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.49 |
| HSL | 219.27º | 0.72% | 0.3% | - |
| HSV(B) | 219.27º | 0.84% | 0.51% | - |
| XYZ | 5.97 | 4.93 | 22.11 | - |
| YUV | 55.85 | 170.41 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 59 | 131 | 0.84 | 0.55 | 0 | 0.49 | 219.27 | 0.72 | 0.3 |
| Hex | 15 | 3B | 83 | 54 | 37 | 0 | 31 | DB | 48 | 1E |
| Octal | 25 | 73 | 203 | 124 | 67 | 0 | 61 | 333 | 110 | 36 |
| Binary | 10101 | 111011 | 10000011 | 1010100 | 110111 | 0 | 110001 | 11011011 | 1001000 | 11110 |
Color Harmonies of #153B83
Complementary color
Monochromatic Colors of #153B83
Black with #153B83
Text Example
Text Example
White with #153B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153B83; }
p { color: rgb(21,59,131); }
H1.HeaderClassName
{
color: #153B83;
}
.AnyTagClassName
{
color: #153B83;
}
</style>
background-color css
<style>
a { background-color: #153B83; }
a { background-color: rgb(21,59,131); }
div.DivClassName
{
background-color: #153B83;
}
.BgClassName
{
background-color: #153B83;
}
</style>
border-color css
<style>
span { border-color: #153B83; }
span { border-color: rgb(21,59,131); }
td.TdClassName
{
border-color: #153B83;
}
.TagClassName
{
border-color: #153B83;
}
</style>