Shades of Dark Cerulean #145179
Tints of Dark Cerulean #145179
RGB
CMYK
RGB Variations
Color information
#145179 (or 0x145179) is known color: Dark Cerulean. HEX triplet: 14, 51 and 79. RGB value is (20,81,121). Sum of RGB (Red+Green+Blue) = 20+81+121=222 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.01% from 222); Green value is 81 (32.03% from 255 or 36.49% from 222); Blue value is 121 (47.66% from 255 or 54.50% from 222); Max value from RGB is 121 - color contains mainly: blue. Hex color #145179 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145179 is #EBAE86. Grayscale: #434343. Windows color (decimal): -15445639 or 7950612. OLE color: 7950612.
HSL color Cylindrical-coordinate representation of color #145179: hue angle of 203.76º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #145179 is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 20 | 81 | 121 | - |
| CMYK | 0.83 | 0.33 | 0 | 0.53 |
| HSL | 203.76º | 0.72% | 0.28% | - |
| HSV(B) | 203.76º | 0.83% | 0.47% | - |
| XYZ | 6.68 | 7.41 | 19.17 | - |
| YUV | 67.32 | 158.29 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 81 | 121 | 0.83 | 0.33 | 0 | 0.53 | 203.76 | 0.72 | 0.28 |
| Hex | 14 | 51 | 79 | 53 | 21 | 0 | 35 | CC | 48 | 1C |
| Octal | 24 | 121 | 171 | 123 | 41 | 0 | 65 | 314 | 110 | 34 |
| Binary | 10100 | 1010001 | 1111001 | 1010011 | 100001 | 0 | 110101 | 11001100 | 1001000 | 11100 |
Color Harmonies of #145179
Complementary color
Monochromatic Colors of #145179
Black with #145179
Text Example
Text Example
White with #145179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145179; }
p { color: rgb(20,81,121); }
H1.HeaderClassName
{
color: #145179;
}
.AnyTagClassName
{
color: #145179;
}
</style>
background-color css
<style>
a { background-color: #145179; }
a { background-color: rgb(20,81,121); }
div.DivClassName
{
background-color: #145179;
}
.BgClassName
{
background-color: #145179;
}
</style>
border-color css
<style>
span { border-color: #145179; }
span { border-color: rgb(20,81,121); }
td.TdClassName
{
border-color: #145179;
}
.TagClassName
{
border-color: #145179;
}
</style>