Shades of Cerulean #1282BC
Tints of Cerulean #1282BC
RGB
CMYK
RGB Variations
Color information
#1282BC (or 0x1282BC) is known color: Cerulean. HEX triplet: 12, 82 and BC. RGB value is (18,130,188). Sum of RGB (Red+Green+Blue) = 18+130+188=336 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.36% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 188 (73.83% from 255 or 55.95% from 336); Max value from RGB is 188 - color contains mainly: blue. Hex color #1282BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1282BC is #ED7D43. Grayscale: #666666. Windows color (decimal): -15564100 or 12354066. OLE color: 12354066.
HSL color Cylindrical-coordinate representation of color #1282BC: hue angle of 200.47º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1282BC is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 130 | 188 | - |
| CMYK | 0.90 | 0.31 | 0 | 0.26 |
| HSL | 200.47º | 0.83% | 0.4% | - |
| HSV(B) | 200.47º | 0.9% | 0.74% | - |
| XYZ | 17.31 | 19.72 | 50.47 | - |
| YUV | 103.12 | 175.89 | 67.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 130 | 188 | 0.90 | 0.31 | 0 | 0.26 | 200.47 | 0.83 | 0.4 |
| Hex | 12 | 82 | BC | 5A | 1F | 0 | 1A | C8 | 53 | 28 |
| Octal | 22 | 202 | 274 | 132 | 37 | 0 | 32 | 310 | 123 | 50 |
| Binary | 10010 | 10000010 | 10111100 | 1011010 | 11111 | 0 | 11010 | 11001000 | 1010011 | 101000 |
Color Harmonies of #1282BC
Complementary color
Monochromatic Colors of #1282BC
Black with #1282BC
Text Example
Text Example
White with #1282BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1282BC; }
p { color: rgb(18,130,188); }
H1.HeaderClassName
{
color: #1282BC;
}
.AnyTagClassName
{
color: #1282BC;
}
</style>
background-color css
<style>
a { background-color: #1282BC; }
a { background-color: rgb(18,130,188); }
div.DivClassName
{
background-color: #1282BC;
}
.BgClassName
{
background-color: #1282BC;
}
</style>
border-color css
<style>
span { border-color: #1282BC; }
span { border-color: rgb(18,130,188); }
td.TdClassName
{
border-color: #1282BC;
}
.TagClassName
{
border-color: #1282BC;
}
</style>