Shades of Cerulean #146DA1
Tints of Cerulean #146DA1
RGB
CMYK
RGB Variations
Color information
#146DA1 (or 0x146DA1) is known color: Cerulean. HEX triplet: 14, 6D and A1. RGB value is (20,109,161). Sum of RGB (Red+Green+Blue) = 20+109+161=290 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.90% from 290); Green value is 109 (42.97% from 255 or 37.59% from 290); Blue value is 161 (63.28% from 255 or 55.52% from 290); Max value from RGB is 161 - color contains mainly: blue. Hex color #146DA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146DA1 is #EB925E. Grayscale: #585858. Windows color (decimal): -15438431 or 10579220. OLE color: 10579220.
HSL color Cylindrical-coordinate representation of color #146DA1: hue angle of 202.13º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #146DA1 is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 20 | 109 | 161 | - |
| CMYK | 0.88 | 0.32 | 0 | 0.37 |
| HSL | 202.13º | 0.78% | 0.35% | - |
| HSV(B) | 202.13º | 0.88% | 0.63% | - |
| XYZ | 12.19 | 13.66 | 35.71 | - |
| YUV | 88.32 | 169.01 | 79.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 109 | 161 | 0.88 | 0.32 | 0 | 0.37 | 202.13 | 0.78 | 0.35 |
| Hex | 14 | 6D | A1 | 58 | 20 | 0 | 25 | CA | 4E | 23 |
| Octal | 24 | 155 | 241 | 130 | 40 | 0 | 45 | 312 | 116 | 43 |
| Binary | 10100 | 1101101 | 10100001 | 1011000 | 100000 | 0 | 100101 | 11001010 | 1001110 | 100011 |
Color Harmonies of #146DA1
Complementary color
Monochromatic Colors of #146DA1
Black with #146DA1
Text Example
Text Example
White with #146DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146DA1; }
p { color: rgb(20,109,161); }
H1.HeaderClassName
{
color: #146DA1;
}
.AnyTagClassName
{
color: #146DA1;
}
</style>
background-color css
<style>
a { background-color: #146DA1; }
a { background-color: rgb(20,109,161); }
div.DivClassName
{
background-color: #146DA1;
}
.BgClassName
{
background-color: #146DA1;
}
</style>
border-color css
<style>
span { border-color: #146DA1; }
span { border-color: rgb(20,109,161); }
td.TdClassName
{
border-color: #146DA1;
}
.TagClassName
{
border-color: #146DA1;
}
</style>