Shades of Cerulean #146FA7
Tints of Cerulean #146FA7
RGB
CMYK
RGB Variations
Color information
#146FA7 (or 0x146FA7) is known color: Cerulean. HEX triplet: 14, 6F and A7. RGB value is (20,111,167). Sum of RGB (Red+Green+Blue) = 20+111+167=298 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.71% from 298); Green value is 111 (43.75% from 255 or 37.25% from 298); Blue value is 167 (65.62% from 255 or 56.04% from 298); Max value from RGB is 167 - color contains mainly: blue. Hex color #146FA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146FA7 is #EB9058. Grayscale: #595959. Windows color (decimal): -15437913 or 10972948. OLE color: 10972948.
HSL color Cylindrical-coordinate representation of color #146FA7: hue angle of 202.86º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #146FA7 is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 20 | 111 | 167 | - |
| CMYK | 0.88 | 0.34 | 0 | 0.35 |
| HSL | 202.86º | 0.79% | 0.37% | - |
| HSV(B) | 202.86º | 0.88% | 0.65% | - |
| XYZ | 12.95 | 14.31 | 38.64 | - |
| YUV | 90.18 | 171.35 | 77.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 111 | 167 | 0.88 | 0.34 | 0 | 0.35 | 202.86 | 0.79 | 0.37 |
| Hex | 14 | 6F | A7 | 58 | 22 | 0 | 23 | CB | 4F | 25 |
| Octal | 24 | 157 | 247 | 130 | 42 | 0 | 43 | 313 | 117 | 45 |
| Binary | 10100 | 1101111 | 10100111 | 1011000 | 100010 | 0 | 100011 | 11001011 | 1001111 | 100101 |
Color Harmonies of #146FA7
Complementary color
Monochromatic Colors of #146FA7
Black with #146FA7
Text Example
Text Example
White with #146FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146FA7; }
p { color: rgb(20,111,167); }
H1.HeaderClassName
{
color: #146FA7;
}
.AnyTagClassName
{
color: #146FA7;
}
</style>
background-color css
<style>
a { background-color: #146FA7; }
a { background-color: rgb(20,111,167); }
div.DivClassName
{
background-color: #146FA7;
}
.BgClassName
{
background-color: #146FA7;
}
</style>
border-color css
<style>
span { border-color: #146FA7; }
span { border-color: rgb(20,111,167); }
td.TdClassName
{
border-color: #146FA7;
}
.TagClassName
{
border-color: #146FA7;
}
</style>