Shades of Dark Cerulean #154D82
Tints of Dark Cerulean #154D82
RGB
CMYK
RGB Variations
Color information
#154D82 (or 0x154D82) is known color: Dark Cerulean. HEX triplet: 15, 4D and 82. RGB value is (21,77,130). Sum of RGB (Red+Green+Blue) = 21+77+130=228 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.21% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 130 (51.17% from 255 or 57.02% from 228); Max value from RGB is 130 - color contains mainly: blue. Hex color #154D82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #154D82 is #EAB27D. Grayscale: #424242. Windows color (decimal): -15381118 or 8539413. OLE color: 8539413.
HSL color Cylindrical-coordinate representation of color #154D82: hue angle of 209.17º 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 #154D82 is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 77 | 130 | - |
| CMYK | 0.84 | 0.41 | 0 | 0.49 |
| HSL | 209.17º | 0.72% | 0.3% | - |
| HSV(B) | 209.17º | 0.84% | 0.51% | - |
| XYZ | 6.99 | 7.08 | 22.12 | - |
| YUV | 66.3 | 163.95 | 95.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 77 | 130 | 0.84 | 0.41 | 0 | 0.49 | 209.17 | 0.72 | 0.3 |
| Hex | 15 | 4D | 82 | 54 | 29 | 0 | 31 | D1 | 48 | 1E |
| Octal | 25 | 115 | 202 | 124 | 51 | 0 | 61 | 321 | 110 | 36 |
| Binary | 10101 | 1001101 | 10000010 | 1010100 | 101001 | 0 | 110001 | 11010001 | 1001000 | 11110 |
Color Harmonies of #154D82
Complementary color
Monochromatic Colors of #154D82
Black with #154D82
Text Example
Text Example
White with #154D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154D82; }
p { color: rgb(21,77,130); }
H1.HeaderClassName
{
color: #154D82;
}
.AnyTagClassName
{
color: #154D82;
}
</style>
background-color css
<style>
a { background-color: #154D82; }
a { background-color: rgb(21,77,130); }
div.DivClassName
{
background-color: #154D82;
}
.BgClassName
{
background-color: #154D82;
}
</style>
border-color css
<style>
span { border-color: #154D82; }
span { border-color: rgb(21,77,130); }
td.TdClassName
{
border-color: #154D82;
}
.TagClassName
{
border-color: #154D82;
}
</style>