Shades of Dark Cerulean #15418B
Tints of Dark Cerulean #15418B
RGB
CMYK
RGB Variations
Color information
#15418B (or 0x15418B) is known color: Dark Cerulean. HEX triplet: 15, 41 and 8B. RGB value is (21,65,139). Sum of RGB (Red+Green+Blue) = 21+65+139=225 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.33% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 139 (54.69% from 255 or 61.78% from 225); Max value from RGB is 139 - color contains mainly: blue. Hex color #15418B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15418B is #EABE74. Grayscale: #3B3B3B. Windows color (decimal): -15384181 or 9126165. OLE color: 9126165.
HSL color Cylindrical-coordinate representation of color #15418B: hue angle of 217.63º 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 #15418B is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 65 | 139 | - |
| CMYK | 0.85 | 0.53 | 0 | 0.45 |
| HSL | 217.63º | 0.74% | 0.31% | - |
| HSV(B) | 217.63º | 0.85% | 0.55% | - |
| XYZ | 6.86 | 5.8 | 25.18 | - |
| YUV | 60.28 | 172.42 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 65 | 139 | 0.85 | 0.53 | 0 | 0.45 | 217.63 | 0.74 | 0.31 |
| Hex | 15 | 41 | 8B | 55 | 35 | 0 | 2D | DA | 4A | 1F |
| Octal | 25 | 101 | 213 | 125 | 65 | 0 | 55 | 332 | 112 | 37 |
| Binary | 10101 | 1000001 | 10001011 | 1010101 | 110101 | 0 | 101101 | 11011010 | 1001010 | 11111 |
Color Harmonies of #15418B
Complementary color
Monochromatic Colors of #15418B
Black with #15418B
Text Example
Text Example
White with #15418B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15418B; }
p { color: rgb(21,65,139); }
H1.HeaderClassName
{
color: #15418B;
}
.AnyTagClassName
{
color: #15418B;
}
</style>
background-color css
<style>
a { background-color: #15418B; }
a { background-color: rgb(21,65,139); }
div.DivClassName
{
background-color: #15418B;
}
.BgClassName
{
background-color: #15418B;
}
</style>
border-color css
<style>
span { border-color: #15418B; }
span { border-color: rgb(21,65,139); }
td.TdClassName
{
border-color: #15418B;
}
.TagClassName
{
border-color: #15418B;
}
</style>