Shades of Cerulean #146DA5
Tints of Cerulean #146DA5
RGB
CMYK
RGB Variations
Color information
#146DA5 (or 0x146DA5) is known color: Cerulean. HEX triplet: 14, 6D and A5. RGB value is (20,109,165). Sum of RGB (Red+Green+Blue) = 20+109+165=294 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.80% from 294); Green value is 109 (42.97% from 255 or 37.07% from 294); Blue value is 165 (64.84% from 255 or 56.12% from 294); Max value from RGB is 165 - color contains mainly: blue. Hex color #146DA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146DA5 is #EB925A. Grayscale: #585858. Windows color (decimal): -15438427 or 10841364. OLE color: 10841364.
HSL color Cylindrical-coordinate representation of color #146DA5: hue angle of 203.17º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #146DA5 is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 20 | 109 | 165 | - |
| CMYK | 0.88 | 0.34 | 0 | 0.35 |
| HSL | 203.17º | 0.78% | 0.36% | - |
| HSV(B) | 203.17º | 0.88% | 0.65% | - |
| XYZ | 12.55 | 13.8 | 37.6 | - |
| YUV | 88.77 | 171.01 | 78.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 109 | 165 | 0.88 | 0.34 | 0 | 0.35 | 203.17 | 0.78 | 0.36 |
| Hex | 14 | 6D | A5 | 58 | 22 | 0 | 23 | CB | 4E | 24 |
| Octal | 24 | 155 | 245 | 130 | 42 | 0 | 43 | 313 | 116 | 44 |
| Binary | 10100 | 1101101 | 10100101 | 1011000 | 100010 | 0 | 100011 | 11001011 | 1001110 | 100100 |
Color Harmonies of #146DA5
Complementary color
Monochromatic Colors of #146DA5
Black with #146DA5
Text Example
Text Example
White with #146DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146DA5; }
p { color: rgb(20,109,165); }
H1.HeaderClassName
{
color: #146DA5;
}
.AnyTagClassName
{
color: #146DA5;
}
</style>
background-color css
<style>
a { background-color: #146DA5; }
a { background-color: rgb(20,109,165); }
div.DivClassName
{
background-color: #146DA5;
}
.BgClassName
{
background-color: #146DA5;
}
</style>
border-color css
<style>
span { border-color: #146DA5; }
span { border-color: rgb(20,109,165); }
td.TdClassName
{
border-color: #146DA5;
}
.TagClassName
{
border-color: #146DA5;
}
</style>