Shades of Cerulean #0B7CB3
Tints of Cerulean #0B7CB3
RGB
CMYK
RGB Variations
Color information
#0B7CB3 (or 0x0B7CB3) is known color: Cerulean. HEX triplet: 0B, 7C and B3. RGB value is (11,124,179). Sum of RGB (Red+Green+Blue) = 11+124+179=314 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.50% from 314); Green value is 124 (48.83% from 255 or 39.49% from 314); Blue value is 179 (70.31% from 255 or 57.01% from 314); Max value from RGB is 179 - color contains mainly: blue. Hex color #0B7CB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B7CB3 is #F4834C. Grayscale: #606060. Windows color (decimal): -16024397 or 11762699. OLE color: 11762699.
HSL color Cylindrical-coordinate representation of color #0B7CB3: hue angle of 199.64º 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 #0B7CB3 is Cyan = 0.94, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 11 | 124 | 179 | - |
| CMYK | 0.94 | 0.31 | 0 | 0.30 |
| HSL | 199.64º | 0.88% | 0.37% | - |
| HSV(B) | 199.64º | 0.94% | 0.7% | - |
| XYZ | 15.48 | 17.74 | 45.26 | - |
| YUV | 96.48 | 174.56 | 67.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 124 | 179 | 0.94 | 0.31 | 0 | 0.30 | 199.64 | 0.88 | 0.37 |
| Hex | B | 7C | B3 | 5E | 1F | 0 | 1E | C8 | 58 | 25 |
| Octal | 13 | 174 | 263 | 136 | 37 | 0 | 36 | 310 | 130 | 45 |
| Binary | 1011 | 1111100 | 10110011 | 1011110 | 11111 | 0 | 11110 | 11001000 | 1011000 | 100101 |
Color Harmonies of #0B7CB3
Complementary color
Monochromatic Colors of #0B7CB3
Black with #0B7CB3
Text Example
Text Example
White with #0B7CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7CB3; }
p { color: rgb(11,124,179); }
H1.HeaderClassName
{
color: #0B7CB3;
}
.AnyTagClassName
{
color: #0B7CB3;
}
</style>
background-color css
<style>
a { background-color: #0B7CB3; }
a { background-color: rgb(11,124,179); }
div.DivClassName
{
background-color: #0B7CB3;
}
.BgClassName
{
background-color: #0B7CB3;
}
</style>
border-color css
<style>
span { border-color: #0B7CB3; }
span { border-color: rgb(11,124,179); }
td.TdClassName
{
border-color: #0B7CB3;
}
.TagClassName
{
border-color: #0B7CB3;
}
</style>