Shades of Cerulean #1282AB
Tints of Cerulean #1282AB
RGB
CMYK
RGB Variations
Color information
#1282AB (or 0x1282AB) is known color: Cerulean. HEX triplet: 12, 82 and AB. RGB value is (18,130,171). Sum of RGB (Red+Green+Blue) = 18+130+171=319 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.64% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #1282AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1282AB is #ED7D54. Grayscale: #646464. Windows color (decimal): -15564117 or 11239954. OLE color: 11239954.
HSL color Cylindrical-coordinate representation of color #1282AB: hue angle of 196.08º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1282AB is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 130 | 171 | - |
| CMYK | 0.89 | 0.24 | 0 | 0.33 |
| HSL | 196.08º | 0.81% | 0.37% | - |
| HSV(B) | 196.08º | 0.89% | 0.67% | - |
| XYZ | 15.58 | 19.03 | 41.38 | - |
| YUV | 101.19 | 167.39 | 68.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 130 | 171 | 0.89 | 0.24 | 0 | 0.33 | 196.08 | 0.81 | 0.37 |
| Hex | 12 | 82 | AB | 59 | 18 | 0 | 21 | C4 | 51 | 25 |
| Octal | 22 | 202 | 253 | 131 | 30 | 0 | 41 | 304 | 121 | 45 |
| Binary | 10010 | 10000010 | 10101011 | 1011001 | 11000 | 0 | 100001 | 11000100 | 1010001 | 100101 |
Color Harmonies of #1282AB
Complementary color
Monochromatic Colors of #1282AB
Black with #1282AB
Text Example
Text Example
White with #1282AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1282AB; }
p { color: rgb(18,130,171); }
H1.HeaderClassName
{
color: #1282AB;
}
.AnyTagClassName
{
color: #1282AB;
}
</style>
background-color css
<style>
a { background-color: #1282AB; }
a { background-color: rgb(18,130,171); }
div.DivClassName
{
background-color: #1282AB;
}
.BgClassName
{
background-color: #1282AB;
}
</style>
border-color css
<style>
span { border-color: #1282AB; }
span { border-color: rgb(18,130,171); }
td.TdClassName
{
border-color: #1282AB;
}
.TagClassName
{
border-color: #1282AB;
}
</style>