Shades of Cerulean #0B759A
Tints of Cerulean #0B759A
RGB
CMYK
RGB Variations
Color information
#0B759A (or 0x0B759A) is known color: Cerulean. HEX triplet: 0B, 75 and 9A. RGB value is (11,117,154). Sum of RGB (Red+Green+Blue) = 11+117+154=282 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.90% from 282); Green value is 117 (46.09% from 255 or 41.49% from 282); Blue value is 154 (60.55% from 255 or 54.61% from 282); Max value from RGB is 154 - color contains mainly: blue. Hex color #0B759A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B759A is #F48A65. Grayscale: #595959. Windows color (decimal): -16026214 or 10122507. OLE color: 10122507.
HSL color Cylindrical-coordinate representation of color #0B759A: hue angle of 195.52º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B759A is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 11 | 117 | 154 | - |
| CMYK | 0.93 | 0.24 | 0 | 0.40 |
| HSL | 195.52º | 0.87% | 0.32% | - |
| HSV(B) | 195.52º | 0.93% | 0.6% | - |
| XYZ | 12.33 | 15.13 | 32.84 | - |
| YUV | 89.52 | 164.38 | 71.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 117 | 154 | 0.93 | 0.24 | 0 | 0.40 | 195.52 | 0.87 | 0.32 |
| Hex | B | 75 | 9A | 5D | 18 | 0 | 28 | C4 | 57 | 20 |
| Octal | 13 | 165 | 232 | 135 | 30 | 0 | 50 | 304 | 127 | 40 |
| Binary | 1011 | 1110101 | 10011010 | 1011101 | 11000 | 0 | 101000 | 11000100 | 1010111 | 100000 |
Color Harmonies of #0B759A
Complementary color
Monochromatic Colors of #0B759A
Black with #0B759A
Text Example
Text Example
White with #0B759A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B759A; }
p { color: rgb(11,117,154); }
H1.HeaderClassName
{
color: #0B759A;
}
.AnyTagClassName
{
color: #0B759A;
}
</style>
background-color css
<style>
a { background-color: #0B759A; }
a { background-color: rgb(11,117,154); }
div.DivClassName
{
background-color: #0B759A;
}
.BgClassName
{
background-color: #0B759A;
}
</style>
border-color css
<style>
span { border-color: #0B759A; }
span { border-color: rgb(11,117,154); }
td.TdClassName
{
border-color: #0B759A;
}
.TagClassName
{
border-color: #0B759A;
}
</style>