Shades of Cerulean #0B7DB3
Tints of Cerulean #0B7DB3
RGB
CMYK
RGB Variations
Color information
#0B7DB3 (or 0x0B7DB3) is known color: Cerulean. HEX triplet: 0B, 7D and B3. RGB value is (11,125,179). Sum of RGB (Red+Green+Blue) = 11+125+179=315 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.49% from 315); Green value is 125 (49.22% from 255 or 39.68% from 315); Blue value is 179 (70.31% from 255 or 56.83% from 315); Max value from RGB is 179 - color contains mainly: blue. Hex color #0B7DB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B7DB3 is #F4824C. Grayscale: #606060. Windows color (decimal): -16024141 or 11762955. OLE color: 11762955.
HSL color Cylindrical-coordinate representation of color #0B7DB3: hue angle of 199.29º 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 #0B7DB3 is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 11 | 125 | 179 | - |
| CMYK | 0.94 | 0.30 | 0 | 0.30 |
| HSL | 199.29º | 0.88% | 0.37% | - |
| HSV(B) | 199.29º | 0.94% | 0.7% | - |
| XYZ | 15.61 | 17.99 | 45.3 | - |
| YUV | 97.07 | 174.23 | 66.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 125 | 179 | 0.94 | 0.30 | 0 | 0.30 | 199.29 | 0.88 | 0.37 |
| Hex | B | 7D | B3 | 5E | 1E | 0 | 1E | C7 | 58 | 25 |
| Octal | 13 | 175 | 263 | 136 | 36 | 0 | 36 | 307 | 130 | 45 |
| Binary | 1011 | 1111101 | 10110011 | 1011110 | 11110 | 0 | 11110 | 11000111 | 1011000 | 100101 |
Color Harmonies of #0B7DB3
Complementary color
Monochromatic Colors of #0B7DB3
Black with #0B7DB3
Text Example
Text Example
White with #0B7DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7DB3; }
p { color: rgb(11,125,179); }
H1.HeaderClassName
{
color: #0B7DB3;
}
.AnyTagClassName
{
color: #0B7DB3;
}
</style>
background-color css
<style>
a { background-color: #0B7DB3; }
a { background-color: rgb(11,125,179); }
div.DivClassName
{
background-color: #0B7DB3;
}
.BgClassName
{
background-color: #0B7DB3;
}
</style>
border-color css
<style>
span { border-color: #0B7DB3; }
span { border-color: rgb(11,125,179); }
td.TdClassName
{
border-color: #0B7DB3;
}
.TagClassName
{
border-color: #0B7DB3;
}
</style>