Shades of Cerulean #0B7BAC
Tints of Cerulean #0B7BAC
RGB
CMYK
RGB Variations
Color information
#0B7BAC (or 0x0B7BAC) is known color: Cerulean. HEX triplet: 0B, 7B and AC. RGB value is (11,123,172). Sum of RGB (Red+Green+Blue) = 11+123+172=306 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.59% from 306); Green value is 123 (48.44% from 255 or 40.20% from 306); Blue value is 172 (67.58% from 255 or 56.21% from 306); Max value from RGB is 172 - color contains mainly: blue. Hex color #0B7BAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B7BAC is #F48453. Grayscale: #5E5E5E. Windows color (decimal): -16024660 or 11303691. OLE color: 11303691.
HSL color Cylindrical-coordinate representation of color #0B7BAC: hue angle of 198.26º 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 #0B7BAC is Cyan = 0.94, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 123 | 172 | - |
| CMYK | 0.94 | 0.28 | 0 | 0.33 |
| HSL | 198.26º | 0.88% | 0.36% | - |
| HSV(B) | 198.26º | 0.94% | 0.67% | - |
| XYZ | 14.67 | 17.22 | 41.58 | - |
| YUV | 95.1 | 171.39 | 68.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 123 | 172 | 0.94 | 0.28 | 0 | 0.33 | 198.26 | 0.88 | 0.36 |
| Hex | B | 7B | AC | 5E | 1C | 0 | 21 | C6 | 58 | 24 |
| Octal | 13 | 173 | 254 | 136 | 34 | 0 | 41 | 306 | 130 | 44 |
| Binary | 1011 | 1111011 | 10101100 | 1011110 | 11100 | 0 | 100001 | 11000110 | 1011000 | 100100 |
Color Harmonies of #0B7BAC
Complementary color
Monochromatic Colors of #0B7BAC
Black with #0B7BAC
Text Example
Text Example
White with #0B7BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7BAC; }
p { color: rgb(11,123,172); }
H1.HeaderClassName
{
color: #0B7BAC;
}
.AnyTagClassName
{
color: #0B7BAC;
}
</style>
background-color css
<style>
a { background-color: #0B7BAC; }
a { background-color: rgb(11,123,172); }
div.DivClassName
{
background-color: #0B7BAC;
}
.BgClassName
{
background-color: #0B7BAC;
}
</style>
border-color css
<style>
span { border-color: #0B7BAC; }
span { border-color: rgb(11,123,172); }
td.TdClassName
{
border-color: #0B7BAC;
}
.TagClassName
{
border-color: #0B7BAC;
}
</style>