Shades of Cerulean #146A99
Tints of Cerulean #146A99
RGB
CMYK
RGB Variations
Color information
#146A99 (or 0x146A99) is known color: Cerulean. HEX triplet: 14, 6A and 99. RGB value is (20,106,153). Sum of RGB (Red+Green+Blue) = 20+106+153=279 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.17% from 279); Green value is 106 (41.80% from 255 or 37.99% from 279); Blue value is 153 (60.16% from 255 or 54.84% from 279); Max value from RGB is 153 - color contains mainly: blue. Hex color #146A99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146A99 is #EB9566. Grayscale: #555555. Windows color (decimal): -15439207 or 10054164. OLE color: 10054164.
HSL color Cylindrical-coordinate representation of color #146A99: hue angle of 201.2º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #146A99 is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 20 | 106 | 153 | - |
| CMYK | 0.87 | 0.31 | 0 | 0.4 |
| HSL | 201.2º | 0.77% | 0.34% | - |
| HSV(B) | 201.2º | 0.87% | 0.6% | - |
| XYZ | 11.19 | 12.76 | 32.01 | - |
| YUV | 85.64 | 166.01 | 81.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 106 | 153 | 0.87 | 0.31 | 0 | 0.4 | 201.2 | 0.77 | 0.34 |
| Hex | 14 | 6A | 99 | 57 | 1F | 0 | 28 | C9 | 4D | 22 |
| Octal | 24 | 152 | 231 | 127 | 37 | 0 | 50 | 311 | 115 | 42 |
| Binary | 10100 | 1101010 | 10011001 | 1010111 | 11111 | 0 | 101000 | 11001001 | 1001101 | 100010 |
Color Harmonies of #146A99
Complementary color
Monochromatic Colors of #146A99
Black with #146A99
Text Example
Text Example
White with #146A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146A99; }
p { color: rgb(20,106,153); }
H1.HeaderClassName
{
color: #146A99;
}
.AnyTagClassName
{
color: #146A99;
}
</style>
background-color css
<style>
a { background-color: #146A99; }
a { background-color: rgb(20,106,153); }
div.DivClassName
{
background-color: #146A99;
}
.BgClassName
{
background-color: #146A99;
}
</style>
border-color css
<style>
span { border-color: #146A99; }
span { border-color: rgb(20,106,153); }
td.TdClassName
{
border-color: #146A99;
}
.TagClassName
{
border-color: #146A99;
}
</style>