Shades of Dark Cerulean #145077
Tints of Dark Cerulean #145077
RGB
CMYK
RGB Variations
Color information
#145077 (or 0x145077) is known color: Dark Cerulean. HEX triplet: 14, 50 and 77. RGB value is (20,80,119). Sum of RGB (Red+Green+Blue) = 20+80+119=219 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.13% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 119 (46.88% from 255 or 54.34% from 219); Max value from RGB is 119 - color contains mainly: blue. Hex color #145077 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145077 is #EBAF88. Grayscale: #424242. Windows color (decimal): -15445897 or 7819284. OLE color: 7819284.
HSL color Cylindrical-coordinate representation of color #145077: hue angle of 203.64º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #145077 is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 20 | 80 | 119 | - |
| CMYK | 0.83 | 0.33 | 0 | 0.53 |
| HSL | 203.64º | 0.71% | 0.27% | - |
| HSV(B) | 203.64º | 0.83% | 0.47% | - |
| XYZ | 6.49 | 7.22 | 18.5 | - |
| YUV | 66.51 | 157.62 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 80 | 119 | 0.83 | 0.33 | 0 | 0.53 | 203.64 | 0.71 | 0.27 |
| Hex | 14 | 50 | 77 | 53 | 21 | 0 | 35 | CC | 47 | 1B |
| Octal | 24 | 120 | 167 | 123 | 41 | 0 | 65 | 314 | 107 | 33 |
| Binary | 10100 | 1010000 | 1110111 | 1010011 | 100001 | 0 | 110101 | 11001100 | 1000111 | 11011 |
Color Harmonies of #145077
Complementary color
Monochromatic Colors of #145077
Black with #145077
Text Example
Text Example
White with #145077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145077; }
p { color: rgb(20,80,119); }
H1.HeaderClassName
{
color: #145077;
}
.AnyTagClassName
{
color: #145077;
}
</style>
background-color css
<style>
a { background-color: #145077; }
a { background-color: rgb(20,80,119); }
div.DivClassName
{
background-color: #145077;
}
.BgClassName
{
background-color: #145077;
}
</style>
border-color css
<style>
span { border-color: #145077; }
span { border-color: rgb(20,80,119); }
td.TdClassName
{
border-color: #145077;
}
.TagClassName
{
border-color: #145077;
}
</style>