Shades of Cerulean #156DA6
Tints of Cerulean #156DA6
RGB
CMYK
RGB Variations
Color information
#156DA6 (or 0x156DA6) is known color: Cerulean. HEX triplet: 15, 6D and A6. RGB value is (21,109,166). Sum of RGB (Red+Green+Blue) = 21+109+166=296 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.09% from 296); Green value is 109 (42.97% from 255 or 36.82% from 296); Blue value is 166 (65.23% from 255 or 56.08% from 296); Max value from RGB is 166 - color contains mainly: blue. Hex color #156DA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156DA6 is #EA9259. Grayscale: #585858. Windows color (decimal): -15372890 or 10906901. OLE color: 10906901.
HSL color Cylindrical-coordinate representation of color #156DA6: hue angle of 203.59º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #156DA6 is Cyan = 0.87, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 21 | 109 | 166 | - |
| CMYK | 0.87 | 0.34 | 0 | 0.35 |
| HSL | 203.59º | 0.78% | 0.37% | - |
| HSV(B) | 203.59º | 0.87% | 0.65% | - |
| XYZ | 12.66 | 13.85 | 38.08 | - |
| YUV | 89.19 | 171.35 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 109 | 166 | 0.87 | 0.34 | 0 | 0.35 | 203.59 | 0.78 | 0.37 |
| Hex | 15 | 6D | A6 | 57 | 22 | 0 | 23 | CC | 4E | 25 |
| Octal | 25 | 155 | 246 | 127 | 42 | 0 | 43 | 314 | 116 | 45 |
| Binary | 10101 | 1101101 | 10100110 | 1010111 | 100010 | 0 | 100011 | 11001100 | 1001110 | 100101 |
Color Harmonies of #156DA6
Complementary color
Monochromatic Colors of #156DA6
Black with #156DA6
Text Example
Text Example
White with #156DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156DA6; }
p { color: rgb(21,109,166); }
H1.HeaderClassName
{
color: #156DA6;
}
.AnyTagClassName
{
color: #156DA6;
}
</style>
background-color css
<style>
a { background-color: #156DA6; }
a { background-color: rgb(21,109,166); }
div.DivClassName
{
background-color: #156DA6;
}
.BgClassName
{
background-color: #156DA6;
}
</style>
border-color css
<style>
span { border-color: #156DA6; }
span { border-color: rgb(21,109,166); }
td.TdClassName
{
border-color: #156DA6;
}
.TagClassName
{
border-color: #156DA6;
}
</style>