Shades of Cerulean #146FA1
Tints of Cerulean #146FA1
RGB
CMYK
RGB Variations
Color information
#146FA1 (or 0x146FA1) is known color: Cerulean. HEX triplet: 14, 6F and A1. RGB value is (20,111,161). Sum of RGB (Red+Green+Blue) = 20+111+161=292 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.85% from 292); Green value is 111 (43.75% from 255 or 38.01% from 292); Blue value is 161 (63.28% from 255 or 55.14% from 292); Max value from RGB is 161 - color contains mainly: blue. Hex color #146FA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146FA1 is #EB905E. Grayscale: #595959. Windows color (decimal): -15437919 or 10579732. OLE color: 10579732.
HSL color Cylindrical-coordinate representation of color #146FA1: hue angle of 201.28º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #146FA1 is Cyan = 0.88, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 20 | 111 | 161 | - |
| CMYK | 0.88 | 0.31 | 0 | 0.37 |
| HSL | 201.28º | 0.78% | 0.35% | - |
| HSV(B) | 201.28º | 0.88% | 0.63% | - |
| XYZ | 12.41 | 14.09 | 35.78 | - |
| YUV | 89.49 | 168.35 | 78.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 111 | 161 | 0.88 | 0.31 | 0 | 0.37 | 201.28 | 0.78 | 0.35 |
| Hex | 14 | 6F | A1 | 58 | 1F | 0 | 25 | C9 | 4E | 23 |
| Octal | 24 | 157 | 241 | 130 | 37 | 0 | 45 | 311 | 116 | 43 |
| Binary | 10100 | 1101111 | 10100001 | 1011000 | 11111 | 0 | 100101 | 11001001 | 1001110 | 100011 |
Color Harmonies of #146FA1
Complementary color
Monochromatic Colors of #146FA1
Black with #146FA1
Text Example
Text Example
White with #146FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146FA1; }
p { color: rgb(20,111,161); }
H1.HeaderClassName
{
color: #146FA1;
}
.AnyTagClassName
{
color: #146FA1;
}
</style>
background-color css
<style>
a { background-color: #146FA1; }
a { background-color: rgb(20,111,161); }
div.DivClassName
{
background-color: #146FA1;
}
.BgClassName
{
background-color: #146FA1;
}
</style>
border-color css
<style>
span { border-color: #146FA1; }
span { border-color: rgb(20,111,161); }
td.TdClassName
{
border-color: #146FA1;
}
.TagClassName
{
border-color: #146FA1;
}
</style>