Shades of Dark Cerulean #153C7F
Tints of Dark Cerulean #153C7F
RGB
CMYK
RGB Variations
Color information
#153C7F (or 0x153C7F) is known color: Dark Cerulean. HEX triplet: 15, 3C and 7F. RGB value is (21,60,127). Sum of RGB (Red+Green+Blue) = 21+60+127=208 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.10% from 208); Green value is 60 (23.83% from 255 or 28.85% from 208); Blue value is 127 (50% from 255 or 61.06% from 208); Max value from RGB is 127 - color contains mainly: blue. Hex color #153C7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153C7F is #EAC380. Grayscale: #373737. Windows color (decimal): -15385473 or 8338453. OLE color: 8338453.
HSL color Cylindrical-coordinate representation of color #153C7F: hue angle of 217.92º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #153C7F is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 21 | 60 | 127 | - |
| CMYK | 0.83 | 0.53 | 0 | 0.50 |
| HSL | 217.92º | 0.72% | 0.29% | - |
| HSV(B) | 217.92º | 0.83% | 0.5% | - |
| XYZ | 5.76 | 4.92 | 20.73 | - |
| YUV | 55.98 | 168.08 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 60 | 127 | 0.83 | 0.53 | 0 | 0.50 | 217.92 | 0.72 | 0.29 |
| Hex | 15 | 3C | 7F | 53 | 35 | 0 | 32 | DA | 48 | 1D |
| Octal | 25 | 74 | 177 | 123 | 65 | 0 | 62 | 332 | 110 | 35 |
| Binary | 10101 | 111100 | 1111111 | 1010011 | 110101 | 0 | 110010 | 11011010 | 1001000 | 11101 |
Color Harmonies of #153C7F
Complementary color
Monochromatic Colors of #153C7F
Black with #153C7F
Text Example
Text Example
White with #153C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153C7F; }
p { color: rgb(21,60,127); }
H1.HeaderClassName
{
color: #153C7F;
}
.AnyTagClassName
{
color: #153C7F;
}
</style>
background-color css
<style>
a { background-color: #153C7F; }
a { background-color: rgb(21,60,127); }
div.DivClassName
{
background-color: #153C7F;
}
.BgClassName
{
background-color: #153C7F;
}
</style>
border-color css
<style>
span { border-color: #153C7F; }
span { border-color: rgb(21,60,127); }
td.TdClassName
{
border-color: #153C7F;
}
.TagClassName
{
border-color: #153C7F;
}
</style>