Shades of Dark Cerulean #15507D
Tints of Dark Cerulean #15507D
RGB
CMYK
RGB Variations
Color information
#15507D (or 0x15507D) is known color: Dark Cerulean. HEX triplet: 15, 50 and 7D. RGB value is (21,80,125). Sum of RGB (Red+Green+Blue) = 21+80+125=226 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.29% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 125 (49.22% from 255 or 55.31% from 226); Max value from RGB is 125 - color contains mainly: blue. Hex color #15507D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15507D is #EAAF82. Grayscale: #434343. Windows color (decimal): -15380355 or 8212501. OLE color: 8212501.
HSL color Cylindrical-coordinate representation of color #15507D: hue angle of 205.96º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #15507D is Cyan = 0.83, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 80 | 125 | - |
| CMYK | 0.83 | 0.36 | 0 | 0.51 |
| HSL | 205.96º | 0.71% | 0.29% | - |
| HSV(B) | 205.96º | 0.83% | 0.49% | - |
| XYZ | 6.88 | 7.38 | 20.46 | - |
| YUV | 67.49 | 160.45 | 94.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 80 | 125 | 0.83 | 0.36 | 0 | 0.51 | 205.96 | 0.71 | 0.29 |
| Hex | 15 | 50 | 7D | 53 | 24 | 0 | 33 | CE | 47 | 1D |
| Octal | 25 | 120 | 175 | 123 | 44 | 0 | 63 | 316 | 107 | 35 |
| Binary | 10101 | 1010000 | 1111101 | 1010011 | 100100 | 0 | 110011 | 11001110 | 1000111 | 11101 |
Color Harmonies of #15507D
Complementary color
Monochromatic Colors of #15507D
Black with #15507D
Text Example
Text Example
White with #15507D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15507D; }
p { color: rgb(21,80,125); }
H1.HeaderClassName
{
color: #15507D;
}
.AnyTagClassName
{
color: #15507D;
}
</style>
background-color css
<style>
a { background-color: #15507D; }
a { background-color: rgb(21,80,125); }
div.DivClassName
{
background-color: #15507D;
}
.BgClassName
{
background-color: #15507D;
}
</style>
border-color css
<style>
span { border-color: #15507D; }
span { border-color: rgb(21,80,125); }
td.TdClassName
{
border-color: #15507D;
}
.TagClassName
{
border-color: #15507D;
}
</style>