Shades of Dark Cerulean #154182
Tints of Dark Cerulean #154182
RGB
CMYK
RGB Variations
Color information
#154182 (or 0x154182) is known color: Dark Cerulean. HEX triplet: 15, 41 and 82. RGB value is (21,65,130). Sum of RGB (Red+Green+Blue) = 21+65+130=216 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.72% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 130 (51.17% from 255 or 60.19% from 216); Max value from RGB is 130 - color contains mainly: blue. Hex color #154182 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154182 is #EABE7D. Grayscale: #3A3A3A. Windows color (decimal): -15384190 or 8536341. OLE color: 8536341.
HSL color Cylindrical-coordinate representation of color #154182: hue angle of 215.78º 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 #154182 is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 65 | 130 | - |
| CMYK | 0.84 | 0.50 | 0 | 0.49 |
| HSL | 215.78º | 0.72% | 0.3% | - |
| HSV(B) | 215.78º | 0.84% | 0.51% | - |
| XYZ | 6.23 | 5.55 | 21.86 | - |
| YUV | 59.25 | 167.92 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 65 | 130 | 0.84 | 0.50 | 0 | 0.49 | 215.78 | 0.72 | 0.3 |
| Hex | 15 | 41 | 82 | 54 | 32 | 0 | 31 | D8 | 48 | 1E |
| Octal | 25 | 101 | 202 | 124 | 62 | 0 | 61 | 330 | 110 | 36 |
| Binary | 10101 | 1000001 | 10000010 | 1010100 | 110010 | 0 | 110001 | 11011000 | 1001000 | 11110 |
Color Harmonies of #154182
Complementary color
Monochromatic Colors of #154182
Black with #154182
Text Example
Text Example
White with #154182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154182; }
p { color: rgb(21,65,130); }
H1.HeaderClassName
{
color: #154182;
}
.AnyTagClassName
{
color: #154182;
}
</style>
background-color css
<style>
a { background-color: #154182; }
a { background-color: rgb(21,65,130); }
div.DivClassName
{
background-color: #154182;
}
.BgClassName
{
background-color: #154182;
}
</style>
border-color css
<style>
span { border-color: #154182; }
span { border-color: rgb(21,65,130); }
td.TdClassName
{
border-color: #154182;
}
.TagClassName
{
border-color: #154182;
}
</style>