Shades of Cerulean #1286B0
Tints of Cerulean #1286B0
RGB
CMYK
RGB Variations
Color information
#1286B0 (or 0x1286B0) is known color: Cerulean. HEX triplet: 12, 86 and B0. RGB value is (18,134,176). Sum of RGB (Red+Green+Blue) = 18+134+176=328 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.49% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 176 (69.14% from 255 or 53.66% from 328); Max value from RGB is 176 - color contains mainly: blue. Hex color #1286B0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1286B0 is #ED794F. Grayscale: #676767. Windows color (decimal): -15563088 or 11568658. OLE color: 11568658.
HSL color Cylindrical-coordinate representation of color #1286B0: hue angle of 195.95º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1286B0 is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 134 | 176 | - |
| CMYK | 0.90 | 0.24 | 0 | 0.31 |
| HSL | 195.95º | 0.81% | 0.38% | - |
| HSV(B) | 195.95º | 0.9% | 0.69% | - |
| XYZ | 16.61 | 20.31 | 44.12 | - |
| YUV | 104.1 | 168.57 | 66.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 134 | 176 | 0.90 | 0.24 | 0 | 0.31 | 195.95 | 0.81 | 0.38 |
| Hex | 12 | 86 | B0 | 5A | 18 | 0 | 1F | C4 | 51 | 26 |
| Octal | 22 | 206 | 260 | 132 | 30 | 0 | 37 | 304 | 121 | 46 |
| Binary | 10010 | 10000110 | 10110000 | 1011010 | 11000 | 0 | 11111 | 11000100 | 1010001 | 100110 |
Color Harmonies of #1286B0
Complementary color
Monochromatic Colors of #1286B0
Black with #1286B0
Text Example
Text Example
White with #1286B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1286B0; }
p { color: rgb(18,134,176); }
H1.HeaderClassName
{
color: #1286B0;
}
.AnyTagClassName
{
color: #1286B0;
}
</style>
background-color css
<style>
a { background-color: #1286B0; }
a { background-color: rgb(18,134,176); }
div.DivClassName
{
background-color: #1286B0;
}
.BgClassName
{
background-color: #1286B0;
}
</style>
border-color css
<style>
span { border-color: #1286B0; }
span { border-color: rgb(18,134,176); }
td.TdClassName
{
border-color: #1286B0;
}
.TagClassName
{
border-color: #1286B0;
}
</style>