Shades of Cerulean #0B73A9
Tints of Cerulean #0B73A9
RGB
CMYK
RGB Variations
Color information
#0B73A9 (or 0x0B73A9) is known color: Cerulean. HEX triplet: 0B, 73 and A9. RGB value is (11,115,169). Sum of RGB (Red+Green+Blue) = 11+115+169=295 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.73% from 295); Green value is 115 (45.31% from 255 or 38.98% from 295); Blue value is 169 (66.41% from 255 or 57.29% from 295); Max value from RGB is 169 - color contains mainly: blue. Hex color #0B73A9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B73A9 is #F48C56. Grayscale: #595959. Windows color (decimal): -16026711 or 11105035. OLE color: 11105035.
HSL color Cylindrical-coordinate representation of color #0B73A9: hue angle of 200.51º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B73A9 is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 11 | 115 | 169 | - |
| CMYK | 0.93 | 0.32 | 0 | 0.34 |
| HSL | 200.51º | 0.88% | 0.35% | - |
| HSV(B) | 200.51º | 0.93% | 0.66% | - |
| XYZ | 13.43 | 15.2 | 39.76 | - |
| YUV | 90.06 | 172.54 | 71.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 115 | 169 | 0.93 | 0.32 | 0 | 0.34 | 200.51 | 0.88 | 0.35 |
| Hex | B | 73 | A9 | 5D | 20 | 0 | 22 | C9 | 58 | 23 |
| Octal | 13 | 163 | 251 | 135 | 40 | 0 | 42 | 311 | 130 | 43 |
| Binary | 1011 | 1110011 | 10101001 | 1011101 | 100000 | 0 | 100010 | 11001001 | 1011000 | 100011 |
Color Harmonies of #0B73A9
Complementary color
Monochromatic Colors of #0B73A9
Black with #0B73A9
Text Example
Text Example
White with #0B73A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B73A9; }
p { color: rgb(11,115,169); }
H1.HeaderClassName
{
color: #0B73A9;
}
.AnyTagClassName
{
color: #0B73A9;
}
</style>
background-color css
<style>
a { background-color: #0B73A9; }
a { background-color: rgb(11,115,169); }
div.DivClassName
{
background-color: #0B73A9;
}
.BgClassName
{
background-color: #0B73A9;
}
</style>
border-color css
<style>
span { border-color: #0B73A9; }
span { border-color: rgb(11,115,169); }
td.TdClassName
{
border-color: #0B73A9;
}
.TagClassName
{
border-color: #0B73A9;
}
</style>