Shades of Cerulean #0B79AD
Tints of Cerulean #0B79AD
RGB
CMYK
RGB Variations
Color information
#0B79AD (or 0x0B79AD) is known color: Cerulean. HEX triplet: 0B, 79 and AD. RGB value is (11,121,173). Sum of RGB (Red+Green+Blue) = 11+121+173=305 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.61% from 305); Green value is 121 (47.66% from 255 or 39.67% from 305); Blue value is 173 (67.97% from 255 or 56.72% from 305); Max value from RGB is 173 - color contains mainly: blue. Hex color #0B79AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B79AD is #F48652. Grayscale: #5D5D5D. Windows color (decimal): -16025171 or 11368715. OLE color: 11368715.
HSL color Cylindrical-coordinate representation of color #0B79AD: hue angle of 199.26º 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 #0B79AD is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 11 | 121 | 173 | - |
| CMYK | 0.94 | 0.30 | 0 | 0.32 |
| HSL | 199.26º | 0.88% | 0.36% | - |
| HSV(B) | 199.26º | 0.94% | 0.68% | - |
| XYZ | 14.52 | 16.76 | 42.01 | - |
| YUV | 94.04 | 172.56 | 68.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 121 | 173 | 0.94 | 0.30 | 0 | 0.32 | 199.26 | 0.88 | 0.36 |
| Hex | B | 79 | AD | 5E | 1E | 0 | 20 | C7 | 58 | 24 |
| Octal | 13 | 171 | 255 | 136 | 36 | 0 | 40 | 307 | 130 | 44 |
| Binary | 1011 | 1111001 | 10101101 | 1011110 | 11110 | 0 | 100000 | 11000111 | 1011000 | 100100 |
Color Harmonies of #0B79AD
Complementary color
Monochromatic Colors of #0B79AD
Black with #0B79AD
Text Example
Text Example
White with #0B79AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B79AD; }
p { color: rgb(11,121,173); }
H1.HeaderClassName
{
color: #0B79AD;
}
.AnyTagClassName
{
color: #0B79AD;
}
</style>
background-color css
<style>
a { background-color: #0B79AD; }
a { background-color: rgb(11,121,173); }
div.DivClassName
{
background-color: #0B79AD;
}
.BgClassName
{
background-color: #0B79AD;
}
</style>
border-color css
<style>
span { border-color: #0B79AD; }
span { border-color: rgb(11,121,173); }
td.TdClassName
{
border-color: #0B79AD;
}
.TagClassName
{
border-color: #0B79AD;
}
</style>