Shades of Dark Cerulean #154282
Tints of Dark Cerulean #154282
RGB
CMYK
RGB Variations
Color information
#154282 (or 0x154282) is known color: Dark Cerulean. HEX triplet: 15, 42 and 82. RGB value is (21,66,130). Sum of RGB (Red+Green+Blue) = 21+66+130=217 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.68% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 130 (51.17% from 255 or 59.91% from 217); Max value from RGB is 130 - color contains mainly: blue. Hex color #154282 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154282 is #EABD7D. Grayscale: #3B3B3B. Windows color (decimal): -15383934 or 8536597. OLE color: 8536597.
HSL color Cylindrical-coordinate representation of color #154282: hue angle of 215.23º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #154282 is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 66 | 130 | - |
| CMYK | 0.84 | 0.49 | 0 | 0.49 |
| HSL | 215.23º | 0.72% | 0.3% | - |
| HSV(B) | 215.23º | 0.84% | 0.51% | - |
| XYZ | 6.29 | 5.67 | 21.88 | - |
| YUV | 59.84 | 167.59 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 66 | 130 | 0.84 | 0.49 | 0 | 0.49 | 215.23 | 0.72 | 0.3 |
| Hex | 15 | 42 | 82 | 54 | 31 | 0 | 31 | D7 | 48 | 1E |
| Octal | 25 | 102 | 202 | 124 | 61 | 0 | 61 | 327 | 110 | 36 |
| Binary | 10101 | 1000010 | 10000010 | 1010100 | 110001 | 0 | 110001 | 11010111 | 1001000 | 11110 |
Color Harmonies of #154282
Complementary color
Monochromatic Colors of #154282
Black with #154282
Text Example
Text Example
White with #154282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154282; }
p { color: rgb(21,66,130); }
H1.HeaderClassName
{
color: #154282;
}
.AnyTagClassName
{
color: #154282;
}
</style>
background-color css
<style>
a { background-color: #154282; }
a { background-color: rgb(21,66,130); }
div.DivClassName
{
background-color: #154282;
}
.BgClassName
{
background-color: #154282;
}
</style>
border-color css
<style>
span { border-color: #154282; }
span { border-color: rgb(21,66,130); }
td.TdClassName
{
border-color: #154282;
}
.TagClassName
{
border-color: #154282;
}
</style>