Shades of Dark Cerulean #154694
Tints of Dark Cerulean #154694
RGB
CMYK
RGB Variations
Color information
#154694 (or 0x154694) is known color: Dark Cerulean. HEX triplet: 15, 46 and 94. RGB value is (21,70,148). Sum of RGB (Red+Green+Blue) = 21+70+148=239 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.79% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 148 (58.20% from 255 or 61.92% from 239); Max value from RGB is 148 - color contains mainly: blue. Hex color #154694 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154694 is #EAB96B. Grayscale: #3F3F3F. Windows color (decimal): -15382892 or 9717269. OLE color: 9717269.
HSL color Cylindrical-coordinate representation of color #154694: hue angle of 216.85º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #154694 is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 21 | 70 | 148 | - |
| CMYK | 0.86 | 0.53 | 0 | 0.42 |
| HSL | 216.85º | 0.75% | 0.33% | - |
| HSV(B) | 216.85º | 0.86% | 0.58% | - |
| XYZ | 7.84 | 6.68 | 28.89 | - |
| YUV | 64.24 | 175.27 | 97.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 70 | 148 | 0.86 | 0.53 | 0 | 0.42 | 216.85 | 0.75 | 0.33 |
| Hex | 15 | 46 | 94 | 56 | 35 | 0 | 2A | D9 | 4B | 21 |
| Octal | 25 | 106 | 224 | 126 | 65 | 0 | 52 | 331 | 113 | 41 |
| Binary | 10101 | 1000110 | 10010100 | 1010110 | 110101 | 0 | 101010 | 11011001 | 1001011 | 100001 |
Color Harmonies of #154694
Complementary color
Monochromatic Colors of #154694
Black with #154694
Text Example
Text Example
White with #154694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154694; }
p { color: rgb(21,70,148); }
H1.HeaderClassName
{
color: #154694;
}
.AnyTagClassName
{
color: #154694;
}
</style>
background-color css
<style>
a { background-color: #154694; }
a { background-color: rgb(21,70,148); }
div.DivClassName
{
background-color: #154694;
}
.BgClassName
{
background-color: #154694;
}
</style>
border-color css
<style>
span { border-color: #154694; }
span { border-color: rgb(21,70,148); }
td.TdClassName
{
border-color: #154694;
}
.TagClassName
{
border-color: #154694;
}
</style>