Shades of Cerulean #0B84AD
Tints of Cerulean #0B84AD
RGB
CMYK
RGB Variations
Color information
#0B84AD (or 0x0B84AD) is known color: Cerulean. HEX triplet: 0B, 84 and AD. RGB value is (11,132,173). Sum of RGB (Red+Green+Blue) = 11+132+173=316 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.48% from 316); Green value is 132 (51.95% from 255 or 41.77% from 316); Blue value is 173 (67.97% from 255 or 54.75% from 316); Max value from RGB is 173 - color contains mainly: blue. Hex color #0B84AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B84AD is #F47B52. Grayscale: #646464. Windows color (decimal): -16022355 or 11371531. OLE color: 11371531.
HSL color Cylindrical-coordinate representation of color #0B84AD: hue angle of 195.19º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B84AD is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 11 | 132 | 173 | - |
| CMYK | 0.94 | 0.24 | 0 | 0.32 |
| HSL | 195.19º | 0.88% | 0.36% | - |
| HSV(B) | 195.19º | 0.94% | 0.68% | - |
| XYZ | 15.93 | 19.59 | 42.48 | - |
| YUV | 100.5 | 168.91 | 64.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 132 | 173 | 0.94 | 0.24 | 0 | 0.32 | 195.19 | 0.88 | 0.36 |
| Hex | B | 84 | AD | 5E | 18 | 0 | 20 | C3 | 58 | 24 |
| Octal | 13 | 204 | 255 | 136 | 30 | 0 | 40 | 303 | 130 | 44 |
| Binary | 1011 | 10000100 | 10101101 | 1011110 | 11000 | 0 | 100000 | 11000011 | 1011000 | 100100 |
Color Harmonies of #0B84AD
Complementary color
Monochromatic Colors of #0B84AD
Black with #0B84AD
Text Example
Text Example
White with #0B84AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B84AD; }
p { color: rgb(11,132,173); }
H1.HeaderClassName
{
color: #0B84AD;
}
.AnyTagClassName
{
color: #0B84AD;
}
</style>
background-color css
<style>
a { background-color: #0B84AD; }
a { background-color: rgb(11,132,173); }
div.DivClassName
{
background-color: #0B84AD;
}
.BgClassName
{
background-color: #0B84AD;
}
</style>
border-color css
<style>
span { border-color: #0B84AD; }
span { border-color: rgb(11,132,173); }
td.TdClassName
{
border-color: #0B84AD;
}
.TagClassName
{
border-color: #0B84AD;
}
</style>