Shades of Dark Cerulean #145286
Tints of Dark Cerulean #145286
RGB
CMYK
RGB Variations
Color information
#145286 (or 0x145286) is known color: Dark Cerulean. HEX triplet: 14, 52 and 86. RGB value is (20,82,134). Sum of RGB (Red+Green+Blue) = 20+82+134=236 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.47% from 236); Green value is 82 (32.42% from 255 or 34.75% from 236); Blue value is 134 (52.73% from 255 or 56.78% from 236); Max value from RGB is 134 - color contains mainly: blue. Hex color #145286 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145286 is #EBAD79. Grayscale: #454545. Windows color (decimal): -15445370 or 8802836. OLE color: 8802836.
HSL color Cylindrical-coordinate representation of color #145286: hue angle of 207.37º 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 #145286 is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 82 | 134 | - |
| CMYK | 0.85 | 0.39 | 0 | 0.47 |
| HSL | 207.37º | 0.74% | 0.3% | - |
| HSV(B) | 207.37º | 0.85% | 0.53% | - |
| XYZ | 7.61 | 7.9 | 23.68 | - |
| YUV | 69.39 | 164.46 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 82 | 134 | 0.85 | 0.39 | 0 | 0.47 | 207.37 | 0.74 | 0.3 |
| Hex | 14 | 52 | 86 | 55 | 27 | 0 | 2F | CF | 4A | 1E |
| Octal | 24 | 122 | 206 | 125 | 47 | 0 | 57 | 317 | 112 | 36 |
| Binary | 10100 | 1010010 | 10000110 | 1010101 | 100111 | 0 | 101111 | 11001111 | 1001010 | 11110 |
Color Harmonies of #145286
Complementary color
Monochromatic Colors of #145286
Black with #145286
Text Example
Text Example
White with #145286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145286; }
p { color: rgb(20,82,134); }
H1.HeaderClassName
{
color: #145286;
}
.AnyTagClassName
{
color: #145286;
}
</style>
background-color css
<style>
a { background-color: #145286; }
a { background-color: rgb(20,82,134); }
div.DivClassName
{
background-color: #145286;
}
.BgClassName
{
background-color: #145286;
}
</style>
border-color css
<style>
span { border-color: #145286; }
span { border-color: rgb(20,82,134); }
td.TdClassName
{
border-color: #145286;
}
.TagClassName
{
border-color: #145286;
}
</style>