Shades of Dark Cerulean #153A76
Tints of Dark Cerulean #153A76
RGB
CMYK
RGB Variations
Color information
#153A76 (or 0x153A76) is known color: Dark Cerulean. HEX triplet: 15, 3A and 76. RGB value is (21,58,118). Sum of RGB (Red+Green+Blue) = 21+58+118=197 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.66% from 197); Green value is 58 (23.05% from 255 or 29.44% from 197); Blue value is 118 (46.48% from 255 or 59.90% from 197); Max value from RGB is 118 - color contains mainly: blue. Hex color #153A76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153A76 is #EAC589. Grayscale: #353535. Windows color (decimal): -15385994 or 7748117. OLE color: 7748117.
HSL color Cylindrical-coordinate representation of color #153A76: hue angle of 217.11º 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 #153A76 is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 21 | 58 | 118 | - |
| CMYK | 0.82 | 0.51 | 0 | 0.54 |
| HSL | 217.11º | 0.7% | 0.27% | - |
| HSV(B) | 217.11º | 0.82% | 0.46% | - |
| XYZ | 5.09 | 4.49 | 17.74 | - |
| YUV | 53.78 | 164.24 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 58 | 118 | 0.82 | 0.51 | 0 | 0.54 | 217.11 | 0.7 | 0.27 |
| Hex | 15 | 3A | 76 | 52 | 33 | 0 | 36 | D9 | 46 | 1B |
| Octal | 25 | 72 | 166 | 122 | 63 | 0 | 66 | 331 | 106 | 33 |
| Binary | 10101 | 111010 | 1110110 | 1010010 | 110011 | 0 | 110110 | 11011001 | 1000110 | 11011 |
Color Harmonies of #153A76
Complementary color
Monochromatic Colors of #153A76
Black with #153A76
Text Example
Text Example
White with #153A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153A76; }
p { color: rgb(21,58,118); }
H1.HeaderClassName
{
color: #153A76;
}
.AnyTagClassName
{
color: #153A76;
}
</style>
background-color css
<style>
a { background-color: #153A76; }
a { background-color: rgb(21,58,118); }
div.DivClassName
{
background-color: #153A76;
}
.BgClassName
{
background-color: #153A76;
}
</style>
border-color css
<style>
span { border-color: #153A76; }
span { border-color: rgb(21,58,118); }
td.TdClassName
{
border-color: #153A76;
}
.TagClassName
{
border-color: #153A76;
}
</style>