Shades of Dark Cerulean #15428B
Tints of Dark Cerulean #15428B
RGB
CMYK
RGB Variations
Color information
#15428B (or 0x15428B) is known color: Dark Cerulean. HEX triplet: 15, 42 and 8B. RGB value is (21,66,139). Sum of RGB (Red+Green+Blue) = 21+66+139=226 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.29% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 139 (54.69% from 255 or 61.50% from 226); Max value from RGB is 139 - color contains mainly: blue. Hex color #15428B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15428B is #EABD74. Grayscale: #3C3C3C. Windows color (decimal): -15383925 or 9126421. OLE color: 9126421.
HSL color Cylindrical-coordinate representation of color #15428B: hue angle of 217.12º 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 #15428B is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 66 | 139 | - |
| CMYK | 0.85 | 0.53 | 0 | 0.45 |
| HSL | 217.12º | 0.74% | 0.31% | - |
| HSV(B) | 217.12º | 0.85% | 0.55% | - |
| XYZ | 6.92 | 5.92 | 25.2 | - |
| YUV | 60.87 | 172.09 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 66 | 139 | 0.85 | 0.53 | 0 | 0.45 | 217.12 | 0.74 | 0.31 |
| Hex | 15 | 42 | 8B | 55 | 35 | 0 | 2D | D9 | 4A | 1F |
| Octal | 25 | 102 | 213 | 125 | 65 | 0 | 55 | 331 | 112 | 37 |
| Binary | 10101 | 1000010 | 10001011 | 1010101 | 110101 | 0 | 101101 | 11011001 | 1001010 | 11111 |
Color Harmonies of #15428B
Complementary color
Monochromatic Colors of #15428B
Black with #15428B
Text Example
Text Example
White with #15428B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15428B; }
p { color: rgb(21,66,139); }
H1.HeaderClassName
{
color: #15428B;
}
.AnyTagClassName
{
color: #15428B;
}
</style>
background-color css
<style>
a { background-color: #15428B; }
a { background-color: rgb(21,66,139); }
div.DivClassName
{
background-color: #15428B;
}
.BgClassName
{
background-color: #15428B;
}
</style>
border-color css
<style>
span { border-color: #15428B; }
span { border-color: rgb(21,66,139); }
td.TdClassName
{
border-color: #15428B;
}
.TagClassName
{
border-color: #15428B;
}
</style>