Shades of Cerulean #0B83AB
Tints of Cerulean #0B83AB
RGB
CMYK
RGB Variations
Color information
#0B83AB (or 0x0B83AB) is known color: Cerulean. HEX triplet: 0B, 83 and AB. RGB value is (11,131,171). Sum of RGB (Red+Green+Blue) = 11+131+171=313 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.51% from 313); Green value is 131 (51.56% from 255 or 41.85% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #0B83AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B83AB is #F47C54. Grayscale: #636363. Windows color (decimal): -16022613 or 11240203. OLE color: 11240203.
HSL color Cylindrical-coordinate representation of color #0B83AB: hue angle of 195º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B83AB is Cyan = 0.94, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 131 | 171 | - |
| CMYK | 0.94 | 0.23 | 0 | 0.33 |
| HSL | 195º | 0.88% | 0.36% | - |
| HSV(B) | 195º | 0.94% | 0.67% | - |
| XYZ | 15.61 | 19.24 | 41.42 | - |
| YUV | 99.68 | 168.24 | 64.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 131 | 171 | 0.94 | 0.23 | 0 | 0.33 | 195 | 0.88 | 0.36 |
| Hex | B | 83 | AB | 5E | 17 | 0 | 21 | C3 | 58 | 24 |
| Octal | 13 | 203 | 253 | 136 | 27 | 0 | 41 | 303 | 130 | 44 |
| Binary | 1011 | 10000011 | 10101011 | 1011110 | 10111 | 0 | 100001 | 11000011 | 1011000 | 100100 |
Color Harmonies of #0B83AB
Complementary color
Monochromatic Colors of #0B83AB
Black with #0B83AB
Text Example
Text Example
White with #0B83AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B83AB; }
p { color: rgb(11,131,171); }
H1.HeaderClassName
{
color: #0B83AB;
}
.AnyTagClassName
{
color: #0B83AB;
}
</style>
background-color css
<style>
a { background-color: #0B83AB; }
a { background-color: rgb(11,131,171); }
div.DivClassName
{
background-color: #0B83AB;
}
.BgClassName
{
background-color: #0B83AB;
}
</style>
border-color css
<style>
span { border-color: #0B83AB; }
span { border-color: rgb(11,131,171); }
td.TdClassName
{
border-color: #0B83AB;
}
.TagClassName
{
border-color: #0B83AB;
}
</style>