Shades of Cerulean #146F98
Tints of Cerulean #146F98
RGB
CMYK
RGB Variations
Color information
#146F98 (or 0x146F98) is known color: Cerulean. HEX triplet: 14, 6F and 98. RGB value is (20,111,152). Sum of RGB (Red+Green+Blue) = 20+111+152=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 111 (43.75% from 255 or 39.22% from 283); Blue value is 152 (59.77% from 255 or 53.71% from 283); Max value from RGB is 152 - color contains mainly: blue. Hex color #146F98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146F98 is #EB9067. Grayscale: #585858. Windows color (decimal): -15437928 or 9989908. OLE color: 9989908.
HSL color Cylindrical-coordinate representation of color #146F98: hue angle of 198.64º 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 #146F98 is Cyan = 0.87, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 20 | 111 | 152 | - |
| CMYK | 0.87 | 0.27 | 0 | 0.40 |
| HSL | 198.64º | 0.77% | 0.34% | - |
| HSV(B) | 198.64º | 0.87% | 0.6% | - |
| XYZ | 11.64 | 13.78 | 31.75 | - |
| YUV | 88.47 | 163.85 | 79.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 111 | 152 | 0.87 | 0.27 | 0 | 0.40 | 198.64 | 0.77 | 0.34 |
| Hex | 14 | 6F | 98 | 57 | 1B | 0 | 28 | C7 | 4D | 22 |
| Octal | 24 | 157 | 230 | 127 | 33 | 0 | 50 | 307 | 115 | 42 |
| Binary | 10100 | 1101111 | 10011000 | 1010111 | 11011 | 0 | 101000 | 11000111 | 1001101 | 100010 |
Color Harmonies of #146F98
Complementary color
Monochromatic Colors of #146F98
Black with #146F98
Text Example
Text Example
White with #146F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146F98; }
p { color: rgb(20,111,152); }
H1.HeaderClassName
{
color: #146F98;
}
.AnyTagClassName
{
color: #146F98;
}
</style>
background-color css
<style>
a { background-color: #146F98; }
a { background-color: rgb(20,111,152); }
div.DivClassName
{
background-color: #146F98;
}
.BgClassName
{
background-color: #146F98;
}
</style>
border-color css
<style>
span { border-color: #146F98; }
span { border-color: rgb(20,111,152); }
td.TdClassName
{
border-color: #146F98;
}
.TagClassName
{
border-color: #146F98;
}
</style>