Shades of Cerulean #146EAA
Tints of Cerulean #146EAA
RGB
CMYK
RGB Variations
Color information
#146EAA (or 0x146EAA) is known color: Cerulean. HEX triplet: 14, 6E and AA. RGB value is (20,110,170). Sum of RGB (Red+Green+Blue) = 20+110+170=300 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.67% from 300); Green value is 110 (43.36% from 255 or 36.67% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #146EAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146EAA is #EB9155. Grayscale: #595959. Windows color (decimal): -15438166 or 11169300. OLE color: 11169300.
HSL color Cylindrical-coordinate representation of color #146EAA: hue angle of 204º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #146EAA is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 110 | 170 | - |
| CMYK | 0.88 | 0.35 | 0 | 0.33 |
| HSL | 204º | 0.79% | 0.37% | - |
| HSV(B) | 204º | 0.88% | 0.67% | - |
| XYZ | 13.12 | 14.2 | 40.08 | - |
| YUV | 89.93 | 173.18 | 78.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 110 | 170 | 0.88 | 0.35 | 0 | 0.33 | 204 | 0.79 | 0.37 |
| Hex | 14 | 6E | AA | 58 | 23 | 0 | 21 | CC | 4F | 25 |
| Octal | 24 | 156 | 252 | 130 | 43 | 0 | 41 | 314 | 117 | 45 |
| Binary | 10100 | 1101110 | 10101010 | 1011000 | 100011 | 0 | 100001 | 11001100 | 1001111 | 100101 |
Color Harmonies of #146EAA
Complementary color
Monochromatic Colors of #146EAA
Black with #146EAA
Text Example
Text Example
White with #146EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146EAA; }
p { color: rgb(20,110,170); }
H1.HeaderClassName
{
color: #146EAA;
}
.AnyTagClassName
{
color: #146EAA;
}
</style>
background-color css
<style>
a { background-color: #146EAA; }
a { background-color: rgb(20,110,170); }
div.DivClassName
{
background-color: #146EAA;
}
.BgClassName
{
background-color: #146EAA;
}
</style>
border-color css
<style>
span { border-color: #146EAA; }
span { border-color: rgb(20,110,170); }
td.TdClassName
{
border-color: #146EAA;
}
.TagClassName
{
border-color: #146EAA;
}
</style>