Shades of Dark Cerulean #153D76
Tints of Dark Cerulean #153D76
RGB
CMYK
RGB Variations
Color information
#153D76 (or 0x153D76) is known color: Dark Cerulean. HEX triplet: 15, 3D and 76. RGB value is (21,61,118). Sum of RGB (Red+Green+Blue) = 21+61+118=200 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.5% from 200); Green value is 61 (24.22% from 255 or 30.5% from 200); Blue value is 118 (46.48% from 255 or 59% from 200); Max value from RGB is 118 - color contains mainly: blue. Hex color #153D76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153D76 is #EAC289. Grayscale: #373737. Windows color (decimal): -15385226 or 7748885. OLE color: 7748885.
HSL color Cylindrical-coordinate representation of color #153D76: hue angle of 215.26º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #153D76 is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 21 | 61 | 118 | - |
| CMYK | 0.82 | 0.48 | 0 | 0.54 |
| HSL | 215.26º | 0.7% | 0.27% | - |
| HSV(B) | 215.26º | 0.82% | 0.46% | - |
| XYZ | 5.25 | 4.8 | 17.79 | - |
| YUV | 55.54 | 163.25 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 61 | 118 | 0.82 | 0.48 | 0 | 0.54 | 215.26 | 0.7 | 0.27 |
| Hex | 15 | 3D | 76 | 52 | 30 | 0 | 36 | D7 | 46 | 1B |
| Octal | 25 | 75 | 166 | 122 | 60 | 0 | 66 | 327 | 106 | 33 |
| Binary | 10101 | 111101 | 1110110 | 1010010 | 110000 | 0 | 110110 | 11010111 | 1000110 | 11011 |
Color Harmonies of #153D76
Complementary color
Monochromatic Colors of #153D76
Black with #153D76
Text Example
Text Example
White with #153D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153D76; }
p { color: rgb(21,61,118); }
H1.HeaderClassName
{
color: #153D76;
}
.AnyTagClassName
{
color: #153D76;
}
</style>
background-color css
<style>
a { background-color: #153D76; }
a { background-color: rgb(21,61,118); }
div.DivClassName
{
background-color: #153D76;
}
.BgClassName
{
background-color: #153D76;
}
</style>
border-color css
<style>
span { border-color: #153D76; }
span { border-color: rgb(21,61,118); }
td.TdClassName
{
border-color: #153D76;
}
.TagClassName
{
border-color: #153D76;
}
</style>