Shades of Dark Cerulean #154994
Tints of Dark Cerulean #154994
RGB
CMYK
RGB Variations
Color information
#154994 (or 0x154994) is known color: Dark Cerulean. HEX triplet: 15, 49 and 94. RGB value is (21,73,148). Sum of RGB (Red+Green+Blue) = 21+73+148=242 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.68% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 148 (58.20% from 255 or 61.16% from 242); Max value from RGB is 148 - color contains mainly: blue. Hex color #154994 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154994 is #EAB66B. Grayscale: #414141. Windows color (decimal): -15382124 or 9718037. OLE color: 9718037.
HSL color Cylindrical-coordinate representation of color #154994: hue angle of 215.43º 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 #154994 is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 21 | 73 | 148 | - |
| CMYK | 0.86 | 0.51 | 0 | 0.42 |
| HSL | 215.43º | 0.75% | 0.33% | - |
| HSV(B) | 215.43º | 0.86% | 0.58% | - |
| XYZ | 8.04 | 7.06 | 28.96 | - |
| YUV | 66 | 174.27 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 73 | 148 | 0.86 | 0.51 | 0 | 0.42 | 215.43 | 0.75 | 0.33 |
| Hex | 15 | 49 | 94 | 56 | 33 | 0 | 2A | D7 | 4B | 21 |
| Octal | 25 | 111 | 224 | 126 | 63 | 0 | 52 | 327 | 113 | 41 |
| Binary | 10101 | 1001001 | 10010100 | 1010110 | 110011 | 0 | 101010 | 11010111 | 1001011 | 100001 |
Color Harmonies of #154994
Complementary color
Monochromatic Colors of #154994
Black with #154994
Text Example
Text Example
White with #154994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154994; }
p { color: rgb(21,73,148); }
H1.HeaderClassName
{
color: #154994;
}
.AnyTagClassName
{
color: #154994;
}
</style>
background-color css
<style>
a { background-color: #154994; }
a { background-color: rgb(21,73,148); }
div.DivClassName
{
background-color: #154994;
}
.BgClassName
{
background-color: #154994;
}
</style>
border-color css
<style>
span { border-color: #154994; }
span { border-color: rgb(21,73,148); }
td.TdClassName
{
border-color: #154994;
}
.TagClassName
{
border-color: #154994;
}
</style>