Shades of Dark Cerulean #154D83
Tints of Dark Cerulean #154D83
RGB
CMYK
RGB Variations
Color information
#154D83 (or 0x154D83) is known color: Dark Cerulean. HEX triplet: 15, 4D and 83. RGB value is (21,77,131). Sum of RGB (Red+Green+Blue) = 21+77+131=229 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.17% from 229); Green value is 77 (30.47% from 255 or 33.62% from 229); Blue value is 131 (51.56% from 255 or 57.21% from 229); Max value from RGB is 131 - color contains mainly: blue. Hex color #154D83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #154D83 is #EAB27C. Grayscale: #424242. Windows color (decimal): -15381117 or 8604949. OLE color: 8604949.
HSL color Cylindrical-coordinate representation of color #154D83: hue angle of 209.45º 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 #154D83 is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 77 | 131 | - |
| CMYK | 0.84 | 0.41 | 0 | 0.49 |
| HSL | 209.45º | 0.72% | 0.3% | - |
| HSV(B) | 209.45º | 0.84% | 0.51% | - |
| XYZ | 7.06 | 7.11 | 22.47 | - |
| YUV | 66.41 | 164.45 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 77 | 131 | 0.84 | 0.41 | 0 | 0.49 | 209.45 | 0.72 | 0.3 |
| Hex | 15 | 4D | 83 | 54 | 29 | 0 | 31 | D1 | 48 | 1E |
| Octal | 25 | 115 | 203 | 124 | 51 | 0 | 61 | 321 | 110 | 36 |
| Binary | 10101 | 1001101 | 10000011 | 1010100 | 101001 | 0 | 110001 | 11010001 | 1001000 | 11110 |
Color Harmonies of #154D83
Complementary color
Monochromatic Colors of #154D83
Black with #154D83
Text Example
Text Example
White with #154D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154D83; }
p { color: rgb(21,77,131); }
H1.HeaderClassName
{
color: #154D83;
}
.AnyTagClassName
{
color: #154D83;
}
</style>
background-color css
<style>
a { background-color: #154D83; }
a { background-color: rgb(21,77,131); }
div.DivClassName
{
background-color: #154D83;
}
.BgClassName
{
background-color: #154D83;
}
</style>
border-color css
<style>
span { border-color: #154D83; }
span { border-color: rgb(21,77,131); }
td.TdClassName
{
border-color: #154D83;
}
.TagClassName
{
border-color: #154D83;
}
</style>