Shades of Cerulean #146C9F
Tints of Cerulean #146C9F
RGB
CMYK
RGB Variations
Color information
#146C9F (or 0x146C9F) is known color: Cerulean. HEX triplet: 14, 6C and 9F. RGB value is (20,108,159). Sum of RGB (Red+Green+Blue) = 20+108+159=287 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.97% from 287); Green value is 108 (42.58% from 255 or 37.63% from 287); Blue value is 159 (62.5% from 255 or 55.40% from 287); Max value from RGB is 159 - color contains mainly: blue. Hex color #146C9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146C9F is #EB9360. Grayscale: #575757. Windows color (decimal): -15438689 or 10447892. OLE color: 10447892.
HSL color Cylindrical-coordinate representation of color #146C9F: hue angle of 202.01º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #146C9F is Cyan = 0.87, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 20 | 108 | 159 | - |
| CMYK | 0.87 | 0.32 | 0 | 0.38 |
| HSL | 202.01º | 0.78% | 0.35% | - |
| HSV(B) | 202.01º | 0.87% | 0.62% | - |
| XYZ | 11.91 | 13.38 | 34.76 | - |
| YUV | 87.5 | 168.35 | 79.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 108 | 159 | 0.87 | 0.32 | 0 | 0.38 | 202.01 | 0.78 | 0.35 |
| Hex | 14 | 6C | 9F | 57 | 20 | 0 | 26 | CA | 4E | 23 |
| Octal | 24 | 154 | 237 | 127 | 40 | 0 | 46 | 312 | 116 | 43 |
| Binary | 10100 | 1101100 | 10011111 | 1010111 | 100000 | 0 | 100110 | 11001010 | 1001110 | 100011 |
Color Harmonies of #146C9F
Complementary color
Monochromatic Colors of #146C9F
Black with #146C9F
Text Example
Text Example
White with #146C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146C9F; }
p { color: rgb(20,108,159); }
H1.HeaderClassName
{
color: #146C9F;
}
.AnyTagClassName
{
color: #146C9F;
}
</style>
background-color css
<style>
a { background-color: #146C9F; }
a { background-color: rgb(20,108,159); }
div.DivClassName
{
background-color: #146C9F;
}
.BgClassName
{
background-color: #146C9F;
}
</style>
border-color css
<style>
span { border-color: #146C9F; }
span { border-color: rgb(20,108,159); }
td.TdClassName
{
border-color: #146C9F;
}
.TagClassName
{
border-color: #146C9F;
}
</style>