Shades of Dark Cerulean #154275
Tints of Dark Cerulean #154275
RGB
CMYK
RGB Variations
Color information
#154275 (or 0x154275) is known color: Dark Cerulean. HEX triplet: 15, 42 and 75. RGB value is (21,66,117). Sum of RGB (Red+Green+Blue) = 21+66+117=204 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.29% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 117 (46.09% from 255 or 57.35% from 204); Max value from RGB is 117 - color contains mainly: blue. Hex color #154275 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154275 is #EABD8A. Grayscale: #3A3A3A. Windows color (decimal): -15383947 or 7684629. OLE color: 7684629.
HSL color Cylindrical-coordinate representation of color #154275: hue angle of 211.88º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #154275 is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 21 | 66 | 117 | - |
| CMYK | 0.82 | 0.44 | 0 | 0.54 |
| HSL | 211.88º | 0.7% | 0.27% | - |
| HSV(B) | 211.88º | 0.82% | 0.46% | - |
| XYZ | 5.47 | 5.34 | 17.57 | - |
| YUV | 58.36 | 161.09 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 66 | 117 | 0.82 | 0.44 | 0 | 0.54 | 211.88 | 0.7 | 0.27 |
| Hex | 15 | 42 | 75 | 52 | 2C | 0 | 36 | D4 | 46 | 1B |
| Octal | 25 | 102 | 165 | 122 | 54 | 0 | 66 | 324 | 106 | 33 |
| Binary | 10101 | 1000010 | 1110101 | 1010010 | 101100 | 0 | 110110 | 11010100 | 1000110 | 11011 |
Color Harmonies of #154275
Complementary color
Monochromatic Colors of #154275
Black with #154275
Text Example
Text Example
White with #154275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154275; }
p { color: rgb(21,66,117); }
H1.HeaderClassName
{
color: #154275;
}
.AnyTagClassName
{
color: #154275;
}
</style>
background-color css
<style>
a { background-color: #154275; }
a { background-color: rgb(21,66,117); }
div.DivClassName
{
background-color: #154275;
}
.BgClassName
{
background-color: #154275;
}
</style>
border-color css
<style>
span { border-color: #154275; }
span { border-color: rgb(21,66,117); }
td.TdClassName
{
border-color: #154275;
}
.TagClassName
{
border-color: #154275;
}
</style>