Shades of Cerulean #0982BA
Tints of Cerulean #0982BA
RGB
CMYK
RGB Variations
Color information
#0982BA (or 0x0982BA) is known color: Cerulean. HEX triplet: 09, 82 and BA. RGB value is (9,130,186). Sum of RGB (Red+Green+Blue) = 9+130+186=325 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.77% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 186 (73.05% from 255 or 57.23% from 325); Max value from RGB is 186 - color contains mainly: blue. Hex color #0982BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0982BA is #F67D45. Grayscale: #636363. Windows color (decimal): -16153926 or 12222985. OLE color: 12222985.
HSL color Cylindrical-coordinate representation of color #0982BA: hue angle of 198.98º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0982BA is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 130 | 186 | - |
| CMYK | 0.95 | 0.30 | 0 | 0.27 |
| HSL | 198.98º | 0.91% | 0.38% | - |
| HSV(B) | 198.98º | 0.95% | 0.73% | - |
| XYZ | 16.96 | 19.57 | 49.34 | - |
| YUV | 100.21 | 176.41 | 62.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 130 | 186 | 0.95 | 0.30 | 0 | 0.27 | 198.98 | 0.91 | 0.38 |
| Hex | 9 | 82 | BA | 5F | 1E | 0 | 1B | C7 | 5B | 26 |
| Octal | 11 | 202 | 272 | 137 | 36 | 0 | 33 | 307 | 133 | 46 |
| Binary | 1001 | 10000010 | 10111010 | 1011111 | 11110 | 0 | 11011 | 11000111 | 1011011 | 100110 |
Color Harmonies of #0982BA
Complementary color
Monochromatic Colors of #0982BA
Black with #0982BA
Text Example
Text Example
White with #0982BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0982BA; }
p { color: rgb(9,130,186); }
H1.HeaderClassName
{
color: #0982BA;
}
.AnyTagClassName
{
color: #0982BA;
}
</style>
background-color css
<style>
a { background-color: #0982BA; }
a { background-color: rgb(9,130,186); }
div.DivClassName
{
background-color: #0982BA;
}
.BgClassName
{
background-color: #0982BA;
}
</style>
border-color css
<style>
span { border-color: #0982BA; }
span { border-color: rgb(9,130,186); }
td.TdClassName
{
border-color: #0982BA;
}
.TagClassName
{
border-color: #0982BA;
}
</style>