Shades of Cerulean #1283BB
Tints of Cerulean #1283BB
RGB
CMYK
RGB Variations
Color information
#1283BB (or 0x1283BB) is known color: Cerulean. HEX triplet: 12, 83 and BB. RGB value is (18,131,187). Sum of RGB (Red+Green+Blue) = 18+131+187=336 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.36% from 336); Green value is 131 (51.56% from 255 or 38.99% from 336); Blue value is 187 (73.44% from 255 or 55.65% from 336); Max value from RGB is 187 - color contains mainly: blue. Hex color #1283BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1283BB is #ED7C44. Grayscale: #676767. Windows color (decimal): -15563845 or 12288786. OLE color: 12288786.
HSL color Cylindrical-coordinate representation of color #1283BB: hue angle of 199.88º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1283BB is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 131 | 187 | - |
| CMYK | 0.90 | 0.30 | 0 | 0.27 |
| HSL | 199.88º | 0.82% | 0.4% | - |
| HSV(B) | 199.88º | 0.9% | 0.73% | - |
| XYZ | 17.34 | 19.95 | 49.95 | - |
| YUV | 103.6 | 175.06 | 66.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 131 | 187 | 0.90 | 0.30 | 0 | 0.27 | 199.88 | 0.82 | 0.4 |
| Hex | 12 | 83 | BB | 5A | 1E | 0 | 1B | C8 | 52 | 28 |
| Octal | 22 | 203 | 273 | 132 | 36 | 0 | 33 | 310 | 122 | 50 |
| Binary | 10010 | 10000011 | 10111011 | 1011010 | 11110 | 0 | 11011 | 11001000 | 1010010 | 101000 |
Color Harmonies of #1283BB
Complementary color
Monochromatic Colors of #1283BB
Black with #1283BB
Text Example
Text Example
White with #1283BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1283BB; }
p { color: rgb(18,131,187); }
H1.HeaderClassName
{
color: #1283BB;
}
.AnyTagClassName
{
color: #1283BB;
}
</style>
background-color css
<style>
a { background-color: #1283BB; }
a { background-color: rgb(18,131,187); }
div.DivClassName
{
background-color: #1283BB;
}
.BgClassName
{
background-color: #1283BB;
}
</style>
border-color css
<style>
span { border-color: #1283BB; }
span { border-color: rgb(18,131,187); }
td.TdClassName
{
border-color: #1283BB;
}
.TagClassName
{
border-color: #1283BB;
}
</style>