Shades of Cerulean #1578AC
Tints of Cerulean #1578AC
RGB
CMYK
RGB Variations
Color information
#1578AC (or 0x1578AC) is known color: Cerulean. HEX triplet: 15, 78 and AC. RGB value is (21,120,172). Sum of RGB (Red+Green+Blue) = 21+120+172=313 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.71% from 313); Green value is 120 (47.27% from 255 or 38.34% 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 #1578AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1578AC is #EA8753. Grayscale: #606060. Windows color (decimal): -15370068 or 11302933. OLE color: 11302933.
HSL color Cylindrical-coordinate representation of color #1578AC: hue angle of 200.66º degrees, saturation: 0.78, 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 #1578AC is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 120 | 172 | - |
| CMYK | 0.88 | 0.30 | 0 | 0.33 |
| HSL | 200.66º | 0.78% | 0.38% | - |
| HSV(B) | 200.66º | 0.88% | 0.67% | - |
| XYZ | 14.47 | 16.57 | 41.47 | - |
| YUV | 96.33 | 170.7 | 74.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 120 | 172 | 0.88 | 0.30 | 0 | 0.33 | 200.66 | 0.78 | 0.38 |
| Hex | 15 | 78 | AC | 58 | 1E | 0 | 21 | C9 | 4E | 26 |
| Octal | 25 | 170 | 254 | 130 | 36 | 0 | 41 | 311 | 116 | 46 |
| Binary | 10101 | 1111000 | 10101100 | 1011000 | 11110 | 0 | 100001 | 11001001 | 1001110 | 100110 |
Color Harmonies of #1578AC
Complementary color
Monochromatic Colors of #1578AC
Black with #1578AC
Text Example
Text Example
White with #1578AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1578AC; }
p { color: rgb(21,120,172); }
H1.HeaderClassName
{
color: #1578AC;
}
.AnyTagClassName
{
color: #1578AC;
}
</style>
background-color css
<style>
a { background-color: #1578AC; }
a { background-color: rgb(21,120,172); }
div.DivClassName
{
background-color: #1578AC;
}
.BgClassName
{
background-color: #1578AC;
}
</style>
border-color css
<style>
span { border-color: #1578AC; }
span { border-color: rgb(21,120,172); }
td.TdClassName
{
border-color: #1578AC;
}
.TagClassName
{
border-color: #1578AC;
}
</style>