Shades of Dark Cerulean #15426C
Tints of Dark Cerulean #15426C
RGB
CMYK
RGB Variations
Color information
#15426C (or 0x15426C) is known color: Dark Cerulean. HEX triplet: 15, 42 and 6C. RGB value is (21,66,108). Sum of RGB (Red+Green+Blue) = 21+66+108=195 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.77% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 108 (42.58% from 255 or 55.38% from 195); Max value from RGB is 108 - color contains mainly: blue. Hex color #15426C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15426C is #EABD93. Grayscale: #393939. Windows color (decimal): -15383956 or 7094805. OLE color: 7094805.
HSL color Cylindrical-coordinate representation of color #15426C: hue angle of 208.97º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15426C is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 21 | 66 | 108 | - |
| CMYK | 0.81 | 0.39 | 0 | 0.58 |
| HSL | 208.97º | 0.67% | 0.25% | - |
| HSV(B) | 208.97º | 0.81% | 0.42% | - |
| XYZ | 4.96 | 5.14 | 14.92 | - |
| YUV | 57.33 | 156.59 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 66 | 108 | 0.81 | 0.39 | 0 | 0.58 | 208.97 | 0.67 | 0.25 |
| Hex | 15 | 42 | 6C | 51 | 27 | 0 | 3A | D1 | 43 | 19 |
| Octal | 25 | 102 | 154 | 121 | 47 | 0 | 72 | 321 | 103 | 31 |
| Binary | 10101 | 1000010 | 1101100 | 1010001 | 100111 | 0 | 111010 | 11010001 | 1000011 | 11001 |
Color Harmonies of #15426C
Complementary color
Monochromatic Colors of #15426C
Black with #15426C
Text Example
Text Example
White with #15426C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15426C; }
p { color: rgb(21,66,108); }
H1.HeaderClassName
{
color: #15426C;
}
.AnyTagClassName
{
color: #15426C;
}
</style>
background-color css
<style>
a { background-color: #15426C; }
a { background-color: rgb(21,66,108); }
div.DivClassName
{
background-color: #15426C;
}
.BgClassName
{
background-color: #15426C;
}
</style>
border-color css
<style>
span { border-color: #15426C; }
span { border-color: rgb(21,66,108); }
td.TdClassName
{
border-color: #15426C;
}
.TagClassName
{
border-color: #15426C;
}
</style>