Shades of Dark Cerulean #145287
Tints of Dark Cerulean #145287
RGB
CMYK
RGB Variations
Color information
#145287 (or 0x145287) is known color: Dark Cerulean. HEX triplet: 14, 52 and 87. RGB value is (20,82,135). Sum of RGB (Red+Green+Blue) = 20+82+135=237 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.44% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 135 (53.12% from 255 or 56.96% from 237); Max value from RGB is 135 - color contains mainly: blue. Hex color #145287 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145287 is #EBAD78. Grayscale: #454545. Windows color (decimal): -15445369 or 8868372. OLE color: 8868372.
HSL color Cylindrical-coordinate representation of color #145287: hue angle of 207.65º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #145287 is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 82 | 135 | - |
| CMYK | 0.85 | 0.39 | 0 | 0.47 |
| HSL | 207.65º | 0.74% | 0.3% | - |
| HSV(B) | 207.65º | 0.85% | 0.53% | - |
| XYZ | 7.68 | 7.93 | 24.05 | - |
| YUV | 69.5 | 164.96 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 82 | 135 | 0.85 | 0.39 | 0 | 0.47 | 207.65 | 0.74 | 0.3 |
| Hex | 14 | 52 | 87 | 55 | 27 | 0 | 2F | D0 | 4A | 1E |
| Octal | 24 | 122 | 207 | 125 | 47 | 0 | 57 | 320 | 112 | 36 |
| Binary | 10100 | 1010010 | 10000111 | 1010101 | 100111 | 0 | 101111 | 11010000 | 1001010 | 11110 |
Color Harmonies of #145287
Complementary color
Monochromatic Colors of #145287
Black with #145287
Text Example
Text Example
White with #145287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145287; }
p { color: rgb(20,82,135); }
H1.HeaderClassName
{
color: #145287;
}
.AnyTagClassName
{
color: #145287;
}
</style>
background-color css
<style>
a { background-color: #145287; }
a { background-color: rgb(20,82,135); }
div.DivClassName
{
background-color: #145287;
}
.BgClassName
{
background-color: #145287;
}
</style>
border-color css
<style>
span { border-color: #145287; }
span { border-color: rgb(20,82,135); }
td.TdClassName
{
border-color: #145287;
}
.TagClassName
{
border-color: #145287;
}
</style>