Shades of Cerulean #146B9C
Tints of Cerulean #146B9C
RGB
CMYK
RGB Variations
Color information
#146B9C (or 0x146B9C) is known color: Cerulean. HEX triplet: 14, 6B and 9C. RGB value is (20,107,156). Sum of RGB (Red+Green+Blue) = 20+107+156=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 107 (42.19% from 255 or 37.81% from 283); Blue value is 156 (61.33% from 255 or 55.12% from 283); Max value from RGB is 156 - color contains mainly: blue. Hex color #146B9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146B9C is #EB9463. Grayscale: #565656. Windows color (decimal): -15438948 or 10251028. OLE color: 10251028.
HSL color Cylindrical-coordinate representation of color #146B9C: hue angle of 201.62º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #146B9C is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 107 | 156 | - |
| CMYK | 0.87 | 0.31 | 0 | 0.39 |
| HSL | 201.62º | 0.77% | 0.35% | - |
| HSV(B) | 201.62º | 0.87% | 0.61% | - |
| XYZ | 11.55 | 13.06 | 33.37 | - |
| YUV | 86.57 | 167.18 | 80.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 107 | 156 | 0.87 | 0.31 | 0 | 0.39 | 201.62 | 0.77 | 0.35 |
| Hex | 14 | 6B | 9C | 57 | 1F | 0 | 27 | CA | 4D | 23 |
| Octal | 24 | 153 | 234 | 127 | 37 | 0 | 47 | 312 | 115 | 43 |
| Binary | 10100 | 1101011 | 10011100 | 1010111 | 11111 | 0 | 100111 | 11001010 | 1001101 | 100011 |
Color Harmonies of #146B9C
Complementary color
Monochromatic Colors of #146B9C
Black with #146B9C
Text Example
Text Example
White with #146B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146B9C; }
p { color: rgb(20,107,156); }
H1.HeaderClassName
{
color: #146B9C;
}
.AnyTagClassName
{
color: #146B9C;
}
</style>
background-color css
<style>
a { background-color: #146B9C; }
a { background-color: rgb(20,107,156); }
div.DivClassName
{
background-color: #146B9C;
}
.BgClassName
{
background-color: #146B9C;
}
</style>
border-color css
<style>
span { border-color: #146B9C; }
span { border-color: rgb(20,107,156); }
td.TdClassName
{
border-color: #146B9C;
}
.TagClassName
{
border-color: #146B9C;
}
</style>