Shades of Cerulean #0B7AB1
Tints of Cerulean #0B7AB1
RGB
CMYK
RGB Variations
Color information
#0B7AB1 (or 0x0B7AB1) is known color: Cerulean. HEX triplet: 0B, 7A and B1. RGB value is (11,122,177). Sum of RGB (Red+Green+Blue) = 11+122+177=310 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.55% from 310); Green value is 122 (48.05% from 255 or 39.35% from 310); Blue value is 177 (69.53% from 255 or 57.10% from 310); Max value from RGB is 177 - color contains mainly: blue. Hex color #0B7AB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B7AB1 is #F4854E. Grayscale: #5E5E5E. Windows color (decimal): -16024911 or 11631115. OLE color: 11631115.
HSL color Cylindrical-coordinate representation of color #0B7AB1: hue angle of 199.88º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B7AB1 is Cyan = 0.94, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 11 | 122 | 177 | - |
| CMYK | 0.94 | 0.31 | 0 | 0.31 |
| HSL | 199.88º | 0.88% | 0.37% | - |
| HSV(B) | 199.88º | 0.94% | 0.69% | - |
| XYZ | 15.03 | 17.16 | 44.12 | - |
| YUV | 95.08 | 174.23 | 68.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 122 | 177 | 0.94 | 0.31 | 0 | 0.31 | 199.88 | 0.88 | 0.37 |
| Hex | B | 7A | B1 | 5E | 1F | 0 | 1F | C8 | 58 | 25 |
| Octal | 13 | 172 | 261 | 136 | 37 | 0 | 37 | 310 | 130 | 45 |
| Binary | 1011 | 1111010 | 10110001 | 1011110 | 11111 | 0 | 11111 | 11001000 | 1011000 | 100101 |
Color Harmonies of #0B7AB1
Complementary color
Monochromatic Colors of #0B7AB1
Black with #0B7AB1
Text Example
Text Example
White with #0B7AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7AB1; }
p { color: rgb(11,122,177); }
H1.HeaderClassName
{
color: #0B7AB1;
}
.AnyTagClassName
{
color: #0B7AB1;
}
</style>
background-color css
<style>
a { background-color: #0B7AB1; }
a { background-color: rgb(11,122,177); }
div.DivClassName
{
background-color: #0B7AB1;
}
.BgClassName
{
background-color: #0B7AB1;
}
</style>
border-color css
<style>
span { border-color: #0B7AB1; }
span { border-color: rgb(11,122,177); }
td.TdClassName
{
border-color: #0B7AB1;
}
.TagClassName
{
border-color: #0B7AB1;
}
</style>