Shades of Dark Cerulean #145184
Tints of Dark Cerulean #145184
RGB
CMYK
RGB Variations
Color information
#145184 (or 0x145184) is known color: Dark Cerulean. HEX triplet: 14, 51 and 84. RGB value is (20,81,132). Sum of RGB (Red+Green+Blue) = 20+81+132=233 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.58% from 233); Green value is 81 (32.03% from 255 or 34.76% from 233); Blue value is 132 (51.95% from 255 or 56.65% from 233); Max value from RGB is 132 - color contains mainly: blue. Hex color #145184 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145184 is #EBAE7B. Grayscale: #444444. Windows color (decimal): -15445628 or 8671508. OLE color: 8671508.
HSL color Cylindrical-coordinate representation of color #145184: hue angle of 207.32º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #145184 is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 81 | 132 | - |
| CMYK | 0.85 | 0.39 | 0 | 0.48 |
| HSL | 207.32º | 0.74% | 0.3% | - |
| HSV(B) | 207.32º | 0.85% | 0.52% | - |
| XYZ | 7.4 | 7.7 | 22.93 | - |
| YUV | 68.58 | 163.79 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 81 | 132 | 0.85 | 0.39 | 0 | 0.48 | 207.32 | 0.74 | 0.3 |
| Hex | 14 | 51 | 84 | 55 | 27 | 0 | 30 | CF | 4A | 1E |
| Octal | 24 | 121 | 204 | 125 | 47 | 0 | 60 | 317 | 112 | 36 |
| Binary | 10100 | 1010001 | 10000100 | 1010101 | 100111 | 0 | 110000 | 11001111 | 1001010 | 11110 |
Color Harmonies of #145184
Complementary color
Monochromatic Colors of #145184
Black with #145184
Text Example
Text Example
White with #145184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145184; }
p { color: rgb(20,81,132); }
H1.HeaderClassName
{
color: #145184;
}
.AnyTagClassName
{
color: #145184;
}
</style>
background-color css
<style>
a { background-color: #145184; }
a { background-color: rgb(20,81,132); }
div.DivClassName
{
background-color: #145184;
}
.BgClassName
{
background-color: #145184;
}
</style>
border-color css
<style>
span { border-color: #145184; }
span { border-color: rgb(20,81,132); }
td.TdClassName
{
border-color: #145184;
}
.TagClassName
{
border-color: #145184;
}
</style>