Shades of Cerulean #146C9B
Tints of Cerulean #146C9B
RGB
CMYK
RGB Variations
Color information
#146C9B (or 0x146C9B) is known color: Cerulean. HEX triplet: 14, 6C and 9B. RGB value is (20,108,155). Sum of RGB (Red+Green+Blue) = 20+108+155=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 108 (42.58% from 255 or 38.16% from 283); Blue value is 155 (60.94% from 255 or 54.77% from 283); Max value from RGB is 155 - color contains mainly: blue. Hex color #146C9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146C9B is #EB9364. Grayscale: #565656. Windows color (decimal): -15438693 or 10185748. OLE color: 10185748.
HSL color Cylindrical-coordinate representation of color #146C9B: hue angle of 200.89º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #146C9B is Cyan = 0.87, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 108 | 155 | - |
| CMYK | 0.87 | 0.30 | 0 | 0.39 |
| HSL | 200.89º | 0.77% | 0.34% | - |
| HSV(B) | 200.89º | 0.87% | 0.61% | - |
| XYZ | 11.57 | 13.24 | 32.96 | - |
| YUV | 87.05 | 166.35 | 80.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 108 | 155 | 0.87 | 0.30 | 0 | 0.39 | 200.89 | 0.77 | 0.34 |
| Hex | 14 | 6C | 9B | 57 | 1E | 0 | 27 | C9 | 4D | 22 |
| Octal | 24 | 154 | 233 | 127 | 36 | 0 | 47 | 311 | 115 | 42 |
| Binary | 10100 | 1101100 | 10011011 | 1010111 | 11110 | 0 | 100111 | 11001001 | 1001101 | 100010 |
Color Harmonies of #146C9B
Complementary color
Monochromatic Colors of #146C9B
Black with #146C9B
Text Example
Text Example
White with #146C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146C9B; }
p { color: rgb(20,108,155); }
H1.HeaderClassName
{
color: #146C9B;
}
.AnyTagClassName
{
color: #146C9B;
}
</style>
background-color css
<style>
a { background-color: #146C9B; }
a { background-color: rgb(20,108,155); }
div.DivClassName
{
background-color: #146C9B;
}
.BgClassName
{
background-color: #146C9B;
}
</style>
border-color css
<style>
span { border-color: #146C9B; }
span { border-color: rgb(20,108,155); }
td.TdClassName
{
border-color: #146C9B;
}
.TagClassName
{
border-color: #146C9B;
}
</style>