Shades of Cerulean #146B9A
Tints of Cerulean #146B9A
RGB
CMYK
RGB Variations
Color information
#146B9A (or 0x146B9A) is known color: Cerulean. HEX triplet: 14, 6B and 9A. RGB value is (20,107,154). Sum of RGB (Red+Green+Blue) = 20+107+154=281 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.12% from 281); Green value is 107 (42.19% from 255 or 38.08% from 281); Blue value is 154 (60.55% from 255 or 54.80% from 281); Max value from RGB is 154 - color contains mainly: blue. Hex color #146B9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146B9A is #EB9465. Grayscale: #565656. Windows color (decimal): -15438950 or 10119956. OLE color: 10119956.
HSL color Cylindrical-coordinate representation of color #146B9A: hue angle of 201.04º 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 #146B9A is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 20 | 107 | 154 | - |
| CMYK | 0.87 | 0.31 | 0 | 0.40 |
| HSL | 201.04º | 0.77% | 0.34% | - |
| HSV(B) | 201.04º | 0.87% | 0.6% | - |
| XYZ | 11.38 | 13 | 32.48 | - |
| YUV | 86.35 | 166.18 | 80.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 107 | 154 | 0.87 | 0.31 | 0 | 0.40 | 201.04 | 0.77 | 0.34 |
| Hex | 14 | 6B | 9A | 57 | 1F | 0 | 28 | C9 | 4D | 22 |
| Octal | 24 | 153 | 232 | 127 | 37 | 0 | 50 | 311 | 115 | 42 |
| Binary | 10100 | 1101011 | 10011010 | 1010111 | 11111 | 0 | 101000 | 11001001 | 1001101 | 100010 |
Color Harmonies of #146B9A
Complementary color
Monochromatic Colors of #146B9A
Black with #146B9A
Text Example
Text Example
White with #146B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146B9A; }
p { color: rgb(20,107,154); }
H1.HeaderClassName
{
color: #146B9A;
}
.AnyTagClassName
{
color: #146B9A;
}
</style>
background-color css
<style>
a { background-color: #146B9A; }
a { background-color: rgb(20,107,154); }
div.DivClassName
{
background-color: #146B9A;
}
.BgClassName
{
background-color: #146B9A;
}
</style>
border-color css
<style>
span { border-color: #146B9A; }
span { border-color: rgb(20,107,154); }
td.TdClassName
{
border-color: #146B9A;
}
.TagClassName
{
border-color: #146B9A;
}
</style>