Shades of Cerulean #1082BA
Tints of Cerulean #1082BA
RGB
CMYK
RGB Variations
Color information
#1082BA (or 0x1082BA) is known color: Cerulean. HEX triplet: 10, 82 and BA. RGB value is (16,130,186). Sum of RGB (Red+Green+Blue) = 16+130+186=332 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.82% from 332); Green value is 130 (51.17% from 255 or 39.16% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #1082BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1082BA is #EF7D45. Grayscale: #656565. Windows color (decimal): -15695174 or 12222992. OLE color: 12222992.
HSL color Cylindrical-coordinate representation of color #1082BA: hue angle of 199.76º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1082BA is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 130 | 186 | - |
| CMYK | 0.91 | 0.30 | 0 | 0.27 |
| HSL | 199.76º | 0.84% | 0.4% | - |
| HSV(B) | 199.76º | 0.91% | 0.73% | - |
| XYZ | 17.06 | 19.62 | 49.34 | - |
| YUV | 102.3 | 175.23 | 66.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 130 | 186 | 0.91 | 0.30 | 0 | 0.27 | 199.76 | 0.84 | 0.4 |
| Hex | 10 | 82 | BA | 5B | 1E | 0 | 1B | C8 | 54 | 28 |
| Octal | 20 | 202 | 272 | 133 | 36 | 0 | 33 | 310 | 124 | 50 |
| Binary | 10000 | 10000010 | 10111010 | 1011011 | 11110 | 0 | 11011 | 11001000 | 1010100 | 101000 |
Color Harmonies of #1082BA
Complementary color
Monochromatic Colors of #1082BA
Black with #1082BA
Text Example
Text Example
White with #1082BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1082BA; }
p { color: rgb(16,130,186); }
H1.HeaderClassName
{
color: #1082BA;
}
.AnyTagClassName
{
color: #1082BA;
}
</style>
background-color css
<style>
a { background-color: #1082BA; }
a { background-color: rgb(16,130,186); }
div.DivClassName
{
background-color: #1082BA;
}
.BgClassName
{
background-color: #1082BA;
}
</style>
border-color css
<style>
span { border-color: #1082BA; }
span { border-color: rgb(16,130,186); }
td.TdClassName
{
border-color: #1082BA;
}
.TagClassName
{
border-color: #1082BA;
}
</style>