Shades of Cerulean #1479AC
Tints of Cerulean #1479AC
RGB
CMYK
RGB Variations
Color information
#1479AC (or 0x1479AC) is known color: Cerulean. HEX triplet: 14, 79 and AC. RGB value is (20,121,172). Sum of RGB (Red+Green+Blue) = 20+121+172=313 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.39% from 313); Green value is 121 (47.66% from 255 or 38.66% from 313); Blue value is 172 (67.58% from 255 or 54.95% from 313); Max value from RGB is 172 - color contains mainly: blue. Hex color #1479AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1479AC is #EB8653. Grayscale: #606060. Windows color (decimal): -15435348 or 11303188. OLE color: 11303188.
HSL color Cylindrical-coordinate representation of color #1479AC: hue angle of 200.13º 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 #1479AC is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 121 | 172 | - |
| CMYK | 0.88 | 0.30 | 0 | 0.33 |
| HSL | 200.13º | 0.79% | 0.38% | - |
| HSV(B) | 200.13º | 0.88% | 0.67% | - |
| XYZ | 14.57 | 16.8 | 41.5 | - |
| YUV | 96.62 | 170.54 | 73.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 121 | 172 | 0.88 | 0.30 | 0 | 0.33 | 200.13 | 0.79 | 0.38 |
| Hex | 14 | 79 | AC | 58 | 1E | 0 | 21 | C8 | 4F | 26 |
| Octal | 24 | 171 | 254 | 130 | 36 | 0 | 41 | 310 | 117 | 46 |
| Binary | 10100 | 1111001 | 10101100 | 1011000 | 11110 | 0 | 100001 | 11001000 | 1001111 | 100110 |
Color Harmonies of #1479AC
Complementary color
Monochromatic Colors of #1479AC
Black with #1479AC
Text Example
Text Example
White with #1479AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1479AC; }
p { color: rgb(20,121,172); }
H1.HeaderClassName
{
color: #1479AC;
}
.AnyTagClassName
{
color: #1479AC;
}
</style>
background-color css
<style>
a { background-color: #1479AC; }
a { background-color: rgb(20,121,172); }
div.DivClassName
{
background-color: #1479AC;
}
.BgClassName
{
background-color: #1479AC;
}
</style>
border-color css
<style>
span { border-color: #1479AC; }
span { border-color: rgb(20,121,172); }
td.TdClassName
{
border-color: #1479AC;
}
.TagClassName
{
border-color: #1479AC;
}
</style>