Shades of Dark Cerulean #15408B
Tints of Dark Cerulean #15408B
RGB
CMYK
RGB Variations
Color information
#15408B (or 0x15408B) is known color: Dark Cerulean. HEX triplet: 15, 40 and 8B. RGB value is (21,64,139). Sum of RGB (Red+Green+Blue) = 21+64+139=224 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.38% from 224); Green value is 64 (25.39% from 255 or 28.57% from 224); Blue value is 139 (54.69% from 255 or 62.05% from 224); Max value from RGB is 139 - color contains mainly: blue. Hex color #15408B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15408B is #EABF74. Grayscale: #3B3B3B. Windows color (decimal): -15384437 or 9125909. OLE color: 9125909.
HSL color Cylindrical-coordinate representation of color #15408B: hue angle of 218.14º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15408B is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 64 | 139 | - |
| CMYK | 0.85 | 0.54 | 0 | 0.45 |
| HSL | 218.14º | 0.74% | 0.31% | - |
| HSV(B) | 218.14º | 0.85% | 0.55% | - |
| XYZ | 6.8 | 5.69 | 25.17 | - |
| YUV | 59.69 | 172.75 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 64 | 139 | 0.85 | 0.54 | 0 | 0.45 | 218.14 | 0.74 | 0.31 |
| Hex | 15 | 40 | 8B | 55 | 36 | 0 | 2D | DA | 4A | 1F |
| Octal | 25 | 100 | 213 | 125 | 66 | 0 | 55 | 332 | 112 | 37 |
| Binary | 10101 | 1000000 | 10001011 | 1010101 | 110110 | 0 | 101101 | 11011010 | 1001010 | 11111 |
Color Harmonies of #15408B
Complementary color
Monochromatic Colors of #15408B
Black with #15408B
Text Example
Text Example
White with #15408B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15408B; }
p { color: rgb(21,64,139); }
H1.HeaderClassName
{
color: #15408B;
}
.AnyTagClassName
{
color: #15408B;
}
</style>
background-color css
<style>
a { background-color: #15408B; }
a { background-color: rgb(21,64,139); }
div.DivClassName
{
background-color: #15408B;
}
.BgClassName
{
background-color: #15408B;
}
</style>
border-color css
<style>
span { border-color: #15408B; }
span { border-color: rgb(21,64,139); }
td.TdClassName
{
border-color: #15408B;
}
.TagClassName
{
border-color: #15408B;
}
</style>