Shades of Cerulean #146DA3
Tints of Cerulean #146DA3
RGB
CMYK
RGB Variations
Color information
#146DA3 (or 0x146DA3) is known color: Cerulean. HEX triplet: 14, 6D and A3. RGB value is (20,109,163). Sum of RGB (Red+Green+Blue) = 20+109+163=292 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.85% from 292); Green value is 109 (42.97% from 255 or 37.33% from 292); Blue value is 163 (64.06% from 255 or 55.82% from 292); Max value from RGB is 163 - color contains mainly: blue. Hex color #146DA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146DA3 is #EB925C. Grayscale: #585858. Windows color (decimal): -15438429 or 10710292. OLE color: 10710292.
HSL color Cylindrical-coordinate representation of color #146DA3: hue angle of 202.66º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #146DA3 is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 20 | 109 | 163 | - |
| CMYK | 0.88 | 0.33 | 0 | 0.36 |
| HSL | 202.66º | 0.78% | 0.36% | - |
| HSV(B) | 202.66º | 0.88% | 0.64% | - |
| XYZ | 12.37 | 13.73 | 36.65 | - |
| YUV | 88.55 | 170.01 | 79.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 109 | 163 | 0.88 | 0.33 | 0 | 0.36 | 202.66 | 0.78 | 0.36 |
| Hex | 14 | 6D | A3 | 58 | 21 | 0 | 24 | CB | 4E | 24 |
| Octal | 24 | 155 | 243 | 130 | 41 | 0 | 44 | 313 | 116 | 44 |
| Binary | 10100 | 1101101 | 10100011 | 1011000 | 100001 | 0 | 100100 | 11001011 | 1001110 | 100100 |
Color Harmonies of #146DA3
Complementary color
Monochromatic Colors of #146DA3
Black with #146DA3
Text Example
Text Example
White with #146DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146DA3; }
p { color: rgb(20,109,163); }
H1.HeaderClassName
{
color: #146DA3;
}
.AnyTagClassName
{
color: #146DA3;
}
</style>
background-color css
<style>
a { background-color: #146DA3; }
a { background-color: rgb(20,109,163); }
div.DivClassName
{
background-color: #146DA3;
}
.BgClassName
{
background-color: #146DA3;
}
</style>
border-color css
<style>
span { border-color: #146DA3; }
span { border-color: rgb(20,109,163); }
td.TdClassName
{
border-color: #146DA3;
}
.TagClassName
{
border-color: #146DA3;
}
</style>