Shades of Cerulean #1282B6
Tints of Cerulean #1282B6
RGB
CMYK
RGB Variations
Color information
#1282B6 (or 0x1282B6) is known color: Cerulean. HEX triplet: 12, 82 and B6. RGB value is (18,130,182). Sum of RGB (Red+Green+Blue) = 18+130+182=330 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.45% from 330); Green value is 130 (51.17% from 255 or 39.39% from 330); Blue value is 182 (71.48% from 255 or 55.15% from 330); Max value from RGB is 182 - color contains mainly: blue. Hex color #1282B6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1282B6 is #ED7D49. Grayscale: #666666. Windows color (decimal): -15564106 or 11960850. OLE color: 11960850.
HSL color Cylindrical-coordinate representation of color #1282B6: hue angle of 199.02º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1282B6 is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 18 | 130 | 182 | - |
| CMYK | 0.90 | 0.29 | 0 | 0.29 |
| HSL | 199.02º | 0.82% | 0.39% | - |
| HSV(B) | 199.02º | 0.9% | 0.71% | - |
| XYZ | 16.68 | 19.47 | 47.14 | - |
| YUV | 102.44 | 172.89 | 67.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 130 | 182 | 0.90 | 0.29 | 0 | 0.29 | 199.02 | 0.82 | 0.39 |
| Hex | 12 | 82 | B6 | 5A | 1D | 0 | 1D | C7 | 52 | 27 |
| Octal | 22 | 202 | 266 | 132 | 35 | 0 | 35 | 307 | 122 | 47 |
| Binary | 10010 | 10000010 | 10110110 | 1011010 | 11101 | 0 | 11101 | 11000111 | 1010010 | 100111 |
Color Harmonies of #1282B6
Complementary color
Monochromatic Colors of #1282B6
Black with #1282B6
Text Example
Text Example
White with #1282B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1282B6; }
p { color: rgb(18,130,182); }
H1.HeaderClassName
{
color: #1282B6;
}
.AnyTagClassName
{
color: #1282B6;
}
</style>
background-color css
<style>
a { background-color: #1282B6; }
a { background-color: rgb(18,130,182); }
div.DivClassName
{
background-color: #1282B6;
}
.BgClassName
{
background-color: #1282B6;
}
</style>
border-color css
<style>
span { border-color: #1282B6; }
span { border-color: rgb(18,130,182); }
td.TdClassName
{
border-color: #1282B6;
}
.TagClassName
{
border-color: #1282B6;
}
</style>