Shades of Cerulean #1485AC
Tints of Cerulean #1485AC
RGB
CMYK
RGB Variations
Color information
#1485AC (or 0x1485AC) is known color: Cerulean. HEX triplet: 14, 85 and AC. RGB value is (20,133,172). Sum of RGB (Red+Green+Blue) = 20+133+172=325 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.15% from 325); Green value is 133 (52.34% from 255 or 40.92% from 325); Blue value is 172 (67.58% from 255 or 52.92% from 325); Max value from RGB is 172 - color contains mainly: blue. Hex color #1485AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1485AC is #EB7A53. Grayscale: #676767. Windows color (decimal): -15432276 or 11306260. OLE color: 11306260.
HSL color Cylindrical-coordinate representation of color #1485AC: hue angle of 195.39º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1485AC is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 133 | 172 | - |
| CMYK | 0.88 | 0.23 | 0 | 0.33 |
| HSL | 195.39º | 0.79% | 0.38% | - |
| HSV(B) | 195.39º | 0.88% | 0.67% | - |
| XYZ | 16.12 | 19.9 | 42.02 | - |
| YUV | 103.66 | 166.56 | 68.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 133 | 172 | 0.88 | 0.23 | 0 | 0.33 | 195.39 | 0.79 | 0.38 |
| Hex | 14 | 85 | AC | 58 | 17 | 0 | 21 | C3 | 4F | 26 |
| Octal | 24 | 205 | 254 | 130 | 27 | 0 | 41 | 303 | 117 | 46 |
| Binary | 10100 | 10000101 | 10101100 | 1011000 | 10111 | 0 | 100001 | 11000011 | 1001111 | 100110 |
Color Harmonies of #1485AC
Complementary color
Monochromatic Colors of #1485AC
Black with #1485AC
Text Example
Text Example
White with #1485AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1485AC; }
p { color: rgb(20,133,172); }
H1.HeaderClassName
{
color: #1485AC;
}
.AnyTagClassName
{
color: #1485AC;
}
</style>
background-color css
<style>
a { background-color: #1485AC; }
a { background-color: rgb(20,133,172); }
div.DivClassName
{
background-color: #1485AC;
}
.BgClassName
{
background-color: #1485AC;
}
</style>
border-color css
<style>
span { border-color: #1485AC; }
span { border-color: rgb(20,133,172); }
td.TdClassName
{
border-color: #1485AC;
}
.TagClassName
{
border-color: #1485AC;
}
</style>