Shades of Dark Cerulean #145185
Tints of Dark Cerulean #145185
RGB
CMYK
RGB Variations
Color information
#145185 (or 0x145185) is known color: Dark Cerulean. HEX triplet: 14, 51 and 85. RGB value is (20,81,133). Sum of RGB (Red+Green+Blue) = 20+81+133=234 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.55% from 234); Green value is 81 (32.03% from 255 or 34.62% from 234); Blue value is 133 (52.34% from 255 or 56.84% from 234); Max value from RGB is 133 - color contains mainly: blue. Hex color #145185 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145185 is #EBAE7A. Grayscale: #444444. Windows color (decimal): -15445627 or 8737044. OLE color: 8737044.
HSL color Cylindrical-coordinate representation of color #145185: hue angle of 207.61º 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 #145185 is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 81 | 133 | - |
| CMYK | 0.85 | 0.39 | 0 | 0.48 |
| HSL | 207.61º | 0.74% | 0.3% | - |
| HSV(B) | 207.61º | 0.85% | 0.52% | - |
| XYZ | 7.46 | 7.73 | 23.29 | - |
| YUV | 68.69 | 164.29 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 81 | 133 | 0.85 | 0.39 | 0 | 0.48 | 207.61 | 0.74 | 0.3 |
| Hex | 14 | 51 | 85 | 55 | 27 | 0 | 30 | D0 | 4A | 1E |
| Octal | 24 | 121 | 205 | 125 | 47 | 0 | 60 | 320 | 112 | 36 |
| Binary | 10100 | 1010001 | 10000101 | 1010101 | 100111 | 0 | 110000 | 11010000 | 1001010 | 11110 |
Color Harmonies of #145185
Complementary color
Monochromatic Colors of #145185
Black with #145185
Text Example
Text Example
White with #145185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145185; }
p { color: rgb(20,81,133); }
H1.HeaderClassName
{
color: #145185;
}
.AnyTagClassName
{
color: #145185;
}
</style>
background-color css
<style>
a { background-color: #145185; }
a { background-color: rgb(20,81,133); }
div.DivClassName
{
background-color: #145185;
}
.BgClassName
{
background-color: #145185;
}
</style>
border-color css
<style>
span { border-color: #145185; }
span { border-color: rgb(20,81,133); }
td.TdClassName
{
border-color: #145185;
}
.TagClassName
{
border-color: #145185;
}
</style>