Shades of Dark Cerulean #153C82
Tints of Dark Cerulean #153C82
RGB
CMYK
RGB Variations
Color information
#153C82 (or 0x153C82) is known color: Dark Cerulean. HEX triplet: 15, 3C and 82. RGB value is (21,60,130). Sum of RGB (Red+Green+Blue) = 21+60+130=211 (27% of max value = 765). Red value is 21 (8.59% from 255 or 9.95% from 211); Green value is 60 (23.83% from 255 or 28.44% from 211); Blue value is 130 (51.17% from 255 or 61.61% from 211); Max value from RGB is 130 - color contains mainly: blue. Hex color #153C82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153C82 is #EAC37D. Grayscale: #383838. Windows color (decimal): -15385470 or 8535061. OLE color: 8535061.
HSL color Cylindrical-coordinate representation of color #153C82: hue angle of 218.53º 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 #153C82 is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 60 | 130 | - |
| CMYK | 0.84 | 0.54 | 0 | 0.49 |
| HSL | 218.53º | 0.72% | 0.3% | - |
| HSV(B) | 218.53º | 0.84% | 0.51% | - |
| XYZ | 5.95 | 5 | 21.77 | - |
| YUV | 56.32 | 169.58 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 60 | 130 | 0.84 | 0.54 | 0 | 0.49 | 218.53 | 0.72 | 0.3 |
| Hex | 15 | 3C | 82 | 54 | 36 | 0 | 31 | DB | 48 | 1E |
| Octal | 25 | 74 | 202 | 124 | 66 | 0 | 61 | 333 | 110 | 36 |
| Binary | 10101 | 111100 | 10000010 | 1010100 | 110110 | 0 | 110001 | 11011011 | 1001000 | 11110 |
Color Harmonies of #153C82
Complementary color
Monochromatic Colors of #153C82
Black with #153C82
Text Example
Text Example
White with #153C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153C82; }
p { color: rgb(21,60,130); }
H1.HeaderClassName
{
color: #153C82;
}
.AnyTagClassName
{
color: #153C82;
}
</style>
background-color css
<style>
a { background-color: #153C82; }
a { background-color: rgb(21,60,130); }
div.DivClassName
{
background-color: #153C82;
}
.BgClassName
{
background-color: #153C82;
}
</style>
border-color css
<style>
span { border-color: #153C82; }
span { border-color: rgb(21,60,130); }
td.TdClassName
{
border-color: #153C82;
}
.TagClassName
{
border-color: #153C82;
}
</style>