Shades of Cerulean #146DA8
Tints of Cerulean #146DA8
RGB
CMYK
RGB Variations
Color information
#146DA8 (or 0x146DA8) is known color: Cerulean. HEX triplet: 14, 6D and A8. RGB value is (20,109,168). Sum of RGB (Red+Green+Blue) = 20+109+168=297 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.73% from 297); Green value is 109 (42.97% from 255 or 36.70% from 297); Blue value is 168 (66.02% from 255 or 56.57% from 297); Max value from RGB is 168 - color contains mainly: blue. Hex color #146DA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146DA8 is #EB9257. Grayscale: #585858. Windows color (decimal): -15438424 or 11037972. OLE color: 11037972.
HSL color Cylindrical-coordinate representation of color #146DA8: hue angle of 203.92º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #146DA8 is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 20 | 109 | 168 | - |
| CMYK | 0.88 | 0.35 | 0 | 0.34 |
| HSL | 203.92º | 0.79% | 0.37% | - |
| HSV(B) | 203.92º | 0.88% | 0.66% | - |
| XYZ | 12.83 | 13.91 | 39.06 | - |
| YUV | 89.12 | 172.51 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 109 | 168 | 0.88 | 0.35 | 0 | 0.34 | 203.92 | 0.79 | 0.37 |
| Hex | 14 | 6D | A8 | 58 | 23 | 0 | 22 | CC | 4F | 25 |
| Octal | 24 | 155 | 250 | 130 | 43 | 0 | 42 | 314 | 117 | 45 |
| Binary | 10100 | 1101101 | 10101000 | 1011000 | 100011 | 0 | 100010 | 11001100 | 1001111 | 100101 |
Color Harmonies of #146DA8
Complementary color
Monochromatic Colors of #146DA8
Black with #146DA8
Text Example
Text Example
White with #146DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146DA8; }
p { color: rgb(20,109,168); }
H1.HeaderClassName
{
color: #146DA8;
}
.AnyTagClassName
{
color: #146DA8;
}
</style>
background-color css
<style>
a { background-color: #146DA8; }
a { background-color: rgb(20,109,168); }
div.DivClassName
{
background-color: #146DA8;
}
.BgClassName
{
background-color: #146DA8;
}
</style>
border-color css
<style>
span { border-color: #146DA8; }
span { border-color: rgb(20,109,168); }
td.TdClassName
{
border-color: #146DA8;
}
.TagClassName
{
border-color: #146DA8;
}
</style>