Shades of Dark Cerulean #154272
Tints of Dark Cerulean #154272
RGB
CMYK
RGB Variations
Color information
#154272 (or 0x154272) is known color: Dark Cerulean. HEX triplet: 15, 42 and 72. RGB value is (21,66,114). Sum of RGB (Red+Green+Blue) = 21+66+114=201 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.45% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 114 (44.92% from 255 or 56.72% from 201); Max value from RGB is 114 - color contains mainly: blue. Hex color #154272 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154272 is #EABD8D. Grayscale: #393939. Windows color (decimal): -15383950 or 7488021. OLE color: 7488021.
HSL color Cylindrical-coordinate representation of color #154272: hue angle of 210.97º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #154272 is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 66 | 114 | - |
| CMYK | 0.82 | 0.42 | 0 | 0.55 |
| HSL | 210.97º | 0.69% | 0.26% | - |
| HSV(B) | 210.97º | 0.82% | 0.45% | - |
| XYZ | 5.29 | 5.27 | 16.66 | - |
| YUV | 58.02 | 159.59 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 66 | 114 | 0.82 | 0.42 | 0 | 0.55 | 210.97 | 0.69 | 0.26 |
| Hex | 15 | 42 | 72 | 52 | 2A | 0 | 37 | D3 | 45 | 1A |
| Octal | 25 | 102 | 162 | 122 | 52 | 0 | 67 | 323 | 105 | 32 |
| Binary | 10101 | 1000010 | 1110010 | 1010010 | 101010 | 0 | 110111 | 11010011 | 1000101 | 11010 |
Color Harmonies of #154272
Complementary color
Monochromatic Colors of #154272
Black with #154272
Text Example
Text Example
White with #154272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154272; }
p { color: rgb(21,66,114); }
H1.HeaderClassName
{
color: #154272;
}
.AnyTagClassName
{
color: #154272;
}
</style>
background-color css
<style>
a { background-color: #154272; }
a { background-color: rgb(21,66,114); }
div.DivClassName
{
background-color: #154272;
}
.BgClassName
{
background-color: #154272;
}
</style>
border-color css
<style>
span { border-color: #154272; }
span { border-color: rgb(21,66,114); }
td.TdClassName
{
border-color: #154272;
}
.TagClassName
{
border-color: #154272;
}
</style>