Shades of Cerulean #0B7DB2
Tints of Cerulean #0B7DB2
RGB
CMYK
RGB Variations
Color information
#0B7DB2 (or 0x0B7DB2) is known color: Cerulean. HEX triplet: 0B, 7D and B2. RGB value is (11,125,178). Sum of RGB (Red+Green+Blue) = 11+125+178=314 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.50% from 314); Green value is 125 (49.22% from 255 or 39.81% from 314); Blue value is 178 (69.92% from 255 or 56.69% from 314); Max value from RGB is 178 - color contains mainly: blue. Hex color #0B7DB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B7DB2 is #F4824D. Grayscale: #606060. Windows color (decimal): -16024142 or 11697419. OLE color: 11697419.
HSL color Cylindrical-coordinate representation of color #0B7DB2: hue angle of 199.04º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B7DB2 is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 11 | 125 | 178 | - |
| CMYK | 0.94 | 0.30 | 0 | 0.30 |
| HSL | 199.04º | 0.88% | 0.37% | - |
| HSV(B) | 199.04º | 0.94% | 0.7% | - |
| XYZ | 15.51 | 17.95 | 44.77 | - |
| YUV | 96.96 | 173.73 | 66.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 125 | 178 | 0.94 | 0.30 | 0 | 0.30 | 199.04 | 0.88 | 0.37 |
| Hex | B | 7D | B2 | 5E | 1E | 0 | 1E | C7 | 58 | 25 |
| Octal | 13 | 175 | 262 | 136 | 36 | 0 | 36 | 307 | 130 | 45 |
| Binary | 1011 | 1111101 | 10110010 | 1011110 | 11110 | 0 | 11110 | 11000111 | 1011000 | 100101 |
Color Harmonies of #0B7DB2
Complementary color
Monochromatic Colors of #0B7DB2
Black with #0B7DB2
Text Example
Text Example
White with #0B7DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7DB2; }
p { color: rgb(11,125,178); }
H1.HeaderClassName
{
color: #0B7DB2;
}
.AnyTagClassName
{
color: #0B7DB2;
}
</style>
background-color css
<style>
a { background-color: #0B7DB2; }
a { background-color: rgb(11,125,178); }
div.DivClassName
{
background-color: #0B7DB2;
}
.BgClassName
{
background-color: #0B7DB2;
}
</style>
border-color css
<style>
span { border-color: #0B7DB2; }
span { border-color: rgb(11,125,178); }
td.TdClassName
{
border-color: #0B7DB2;
}
.TagClassName
{
border-color: #0B7DB2;
}
</style>