Shades of Dark Cerulean #153A82
Tints of Dark Cerulean #153A82
RGB
CMYK
RGB Variations
Color information
#153A82 (or 0x153A82) is known color: Dark Cerulean. HEX triplet: 15, 3A and 82. RGB value is (21,58,130). Sum of RGB (Red+Green+Blue) = 21+58+130=209 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.05% from 209); Green value is 58 (23.05% from 255 or 27.75% from 209); Blue value is 130 (51.17% from 255 or 62.20% from 209); Max value from RGB is 130 - color contains mainly: blue. Hex color #153A82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153A82 is #EAC57D. Grayscale: #363636. Windows color (decimal): -15385982 or 8534549. OLE color: 8534549.
HSL color Cylindrical-coordinate representation of color #153A82: hue angle of 219.63º 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 #153A82 is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 58 | 130 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.49 |
| HSL | 219.63º | 0.72% | 0.3% | - |
| HSV(B) | 219.63º | 0.84% | 0.51% | - |
| XYZ | 5.85 | 4.8 | 21.74 | - |
| YUV | 55.15 | 170.24 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 58 | 130 | 0.84 | 0.55 | 0 | 0.49 | 219.63 | 0.72 | 0.3 |
| Hex | 15 | 3A | 82 | 54 | 37 | 0 | 31 | DC | 48 | 1E |
| Octal | 25 | 72 | 202 | 124 | 67 | 0 | 61 | 334 | 110 | 36 |
| Binary | 10101 | 111010 | 10000010 | 1010100 | 110111 | 0 | 110001 | 11011100 | 1001000 | 11110 |
Color Harmonies of #153A82
Complementary color
Monochromatic Colors of #153A82
Black with #153A82
Text Example
Text Example
White with #153A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153A82; }
p { color: rgb(21,58,130); }
H1.HeaderClassName
{
color: #153A82;
}
.AnyTagClassName
{
color: #153A82;
}
</style>
background-color css
<style>
a { background-color: #153A82; }
a { background-color: rgb(21,58,130); }
div.DivClassName
{
background-color: #153A82;
}
.BgClassName
{
background-color: #153A82;
}
</style>
border-color css
<style>
span { border-color: #153A82; }
span { border-color: rgb(21,58,130); }
td.TdClassName
{
border-color: #153A82;
}
.TagClassName
{
border-color: #153A82;
}
</style>