Shades of Dark Cerulean #154175
Tints of Dark Cerulean #154175
RGB
CMYK
RGB Variations
Color information
#154175 (or 0x154175) is known color: Dark Cerulean. HEX triplet: 15, 41 and 75. RGB value is (21,65,117). Sum of RGB (Red+Green+Blue) = 21+65+117=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 117 (46.09% from 255 or 57.64% from 203); Max value from RGB is 117 - color contains mainly: blue. Hex color #154175 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154175 is #EABE8A. Grayscale: #393939. Windows color (decimal): -15384203 or 7684373. OLE color: 7684373.
HSL color Cylindrical-coordinate representation of color #154175: hue angle of 212.5º 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 #154175 is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 21 | 65 | 117 | - |
| CMYK | 0.82 | 0.44 | 0 | 0.54 |
| HSL | 212.5º | 0.7% | 0.27% | - |
| HSV(B) | 212.5º | 0.82% | 0.46% | - |
| XYZ | 5.41 | 5.22 | 17.55 | - |
| YUV | 57.77 | 161.42 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 65 | 117 | 0.82 | 0.44 | 0 | 0.54 | 212.5 | 0.7 | 0.27 |
| Hex | 15 | 41 | 75 | 52 | 2C | 0 | 36 | D4 | 46 | 1B |
| Octal | 25 | 101 | 165 | 122 | 54 | 0 | 66 | 324 | 106 | 33 |
| Binary | 10101 | 1000001 | 1110101 | 1010010 | 101100 | 0 | 110110 | 11010100 | 1000110 | 11011 |
Color Harmonies of #154175
Complementary color
Monochromatic Colors of #154175
Black with #154175
Text Example
Text Example
White with #154175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154175; }
p { color: rgb(21,65,117); }
H1.HeaderClassName
{
color: #154175;
}
.AnyTagClassName
{
color: #154175;
}
</style>
background-color css
<style>
a { background-color: #154175; }
a { background-color: rgb(21,65,117); }
div.DivClassName
{
background-color: #154175;
}
.BgClassName
{
background-color: #154175;
}
</style>
border-color css
<style>
span { border-color: #154175; }
span { border-color: rgb(21,65,117); }
td.TdClassName
{
border-color: #154175;
}
.TagClassName
{
border-color: #154175;
}
</style>