Shades of Cerulean #1282AC
Tints of Cerulean #1282AC
RGB
CMYK
RGB Variations
Color information
#1282AC (or 0x1282AC) is known color: Cerulean. HEX triplet: 12, 82 and AC. RGB value is (18,130,172). Sum of RGB (Red+Green+Blue) = 18+130+172=320 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.62% from 320); Green value is 130 (51.17% from 255 or 40.62% from 320); Blue value is 172 (67.58% from 255 or 53.75% from 320); Max value from RGB is 172 - color contains mainly: blue. Hex color #1282AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1282AC is #ED7D53. Grayscale: #656565. Windows color (decimal): -15564116 or 11305490. OLE color: 11305490.
HSL color Cylindrical-coordinate representation of color #1282AC: hue angle of 196.36º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1282AC is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 130 | 172 | - |
| CMYK | 0.90 | 0.24 | 0 | 0.33 |
| HSL | 196.36º | 0.81% | 0.37% | - |
| HSV(B) | 196.36º | 0.9% | 0.67% | - |
| XYZ | 15.68 | 19.07 | 41.88 | - |
| YUV | 101.3 | 167.89 | 68.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 130 | 172 | 0.90 | 0.24 | 0 | 0.33 | 196.36 | 0.81 | 0.37 |
| Hex | 12 | 82 | AC | 5A | 18 | 0 | 21 | C4 | 51 | 25 |
| Octal | 22 | 202 | 254 | 132 | 30 | 0 | 41 | 304 | 121 | 45 |
| Binary | 10010 | 10000010 | 10101100 | 1011010 | 11000 | 0 | 100001 | 11000100 | 1010001 | 100101 |
Color Harmonies of #1282AC
Complementary color
Monochromatic Colors of #1282AC
Black with #1282AC
Text Example
Text Example
White with #1282AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1282AC; }
p { color: rgb(18,130,172); }
H1.HeaderClassName
{
color: #1282AC;
}
.AnyTagClassName
{
color: #1282AC;
}
</style>
background-color css
<style>
a { background-color: #1282AC; }
a { background-color: rgb(18,130,172); }
div.DivClassName
{
background-color: #1282AC;
}
.BgClassName
{
background-color: #1282AC;
}
</style>
border-color css
<style>
span { border-color: #1282AC; }
span { border-color: rgb(18,130,172); }
td.TdClassName
{
border-color: #1282AC;
}
.TagClassName
{
border-color: #1282AC;
}
</style>