Shades of Cerulean #146DA6
Tints of Cerulean #146DA6
RGB
CMYK
RGB Variations
Color information
#146DA6 (or 0x146DA6) is known color: Cerulean. HEX triplet: 14, 6D and A6. RGB value is (20,109,166). Sum of RGB (Red+Green+Blue) = 20+109+166=295 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.78% from 295); Green value is 109 (42.97% from 255 or 36.95% from 295); Blue value is 166 (65.23% from 255 or 56.27% from 295); Max value from RGB is 166 - color contains mainly: blue. Hex color #146DA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146DA6 is #EB9259. Grayscale: #585858. Windows color (decimal): -15438426 or 10906900. OLE color: 10906900.
HSL color Cylindrical-coordinate representation of color #146DA6: hue angle of 203.42º 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 #146DA6 is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 20 | 109 | 166 | - |
| CMYK | 0.88 | 0.34 | 0 | 0.35 |
| HSL | 203.42º | 0.78% | 0.36% | - |
| HSV(B) | 203.42º | 0.88% | 0.65% | - |
| XYZ | 12.64 | 13.84 | 38.08 | - |
| YUV | 88.89 | 171.51 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 109 | 166 | 0.88 | 0.34 | 0 | 0.35 | 203.42 | 0.78 | 0.36 |
| Hex | 14 | 6D | A6 | 58 | 22 | 0 | 23 | CB | 4E | 24 |
| Octal | 24 | 155 | 246 | 130 | 42 | 0 | 43 | 313 | 116 | 44 |
| Binary | 10100 | 1101101 | 10100110 | 1011000 | 100010 | 0 | 100011 | 11001011 | 1001110 | 100100 |
Color Harmonies of #146DA6
Complementary color
Monochromatic Colors of #146DA6
Black with #146DA6
Text Example
Text Example
White with #146DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146DA6; }
p { color: rgb(20,109,166); }
H1.HeaderClassName
{
color: #146DA6;
}
.AnyTagClassName
{
color: #146DA6;
}
</style>
background-color css
<style>
a { background-color: #146DA6; }
a { background-color: rgb(20,109,166); }
div.DivClassName
{
background-color: #146DA6;
}
.BgClassName
{
background-color: #146DA6;
}
</style>
border-color css
<style>
span { border-color: #146DA6; }
span { border-color: rgb(20,109,166); }
td.TdClassName
{
border-color: #146DA6;
}
.TagClassName
{
border-color: #146DA6;
}
</style>