Shades of Dark Cerulean #145289
Tints of Dark Cerulean #145289
RGB
CMYK
RGB Variations
Color information
#145289 (or 0x145289) is known color: Dark Cerulean. HEX triplet: 14, 52 and 89. RGB value is (20,82,137). Sum of RGB (Red+Green+Blue) = 20+82+137=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 137 (53.91% from 255 or 57.32% from 239); Max value from RGB is 137 - color contains mainly: blue. Hex color #145289 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145289 is #EBAD76. Grayscale: #454545. Windows color (decimal): -15445367 or 8999444. OLE color: 8999444.
HSL color Cylindrical-coordinate representation of color #145289: hue angle of 208.21º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #145289 is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 20 | 82 | 137 | - |
| CMYK | 0.85 | 0.40 | 0 | 0.46 |
| HSL | 208.21º | 0.75% | 0.31% | - |
| HSV(B) | 208.21º | 0.85% | 0.54% | - |
| XYZ | 7.82 | 7.99 | 24.8 | - |
| YUV | 69.73 | 165.96 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 82 | 137 | 0.85 | 0.40 | 0 | 0.46 | 208.21 | 0.75 | 0.31 |
| Hex | 14 | 52 | 89 | 55 | 28 | 0 | 2E | D0 | 4B | 1F |
| Octal | 24 | 122 | 211 | 125 | 50 | 0 | 56 | 320 | 113 | 37 |
| Binary | 10100 | 1010010 | 10001001 | 1010101 | 101000 | 0 | 101110 | 11010000 | 1001011 | 11111 |
Color Harmonies of #145289
Complementary color
Monochromatic Colors of #145289
Black with #145289
Text Example
Text Example
White with #145289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145289; }
p { color: rgb(20,82,137); }
H1.HeaderClassName
{
color: #145289;
}
.AnyTagClassName
{
color: #145289;
}
</style>
background-color css
<style>
a { background-color: #145289; }
a { background-color: rgb(20,82,137); }
div.DivClassName
{
background-color: #145289;
}
.BgClassName
{
background-color: #145289;
}
</style>
border-color css
<style>
span { border-color: #145289; }
span { border-color: rgb(20,82,137); }
td.TdClassName
{
border-color: #145289;
}
.TagClassName
{
border-color: #145289;
}
</style>