Shades of Cerulean #0B7DAE
Tints of Cerulean #0B7DAE
RGB
CMYK
RGB Variations
Color information
#0B7DAE (or 0x0B7DAE) is known color: Cerulean. HEX triplet: 0B, 7D and AE. RGB value is (11,125,174). Sum of RGB (Red+Green+Blue) = 11+125+174=310 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.55% from 310); Green value is 125 (49.22% from 255 or 40.32% from 310); Blue value is 174 (68.36% from 255 or 56.13% from 310); Max value from RGB is 174 - color contains mainly: blue. Hex color #0B7DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B7DAE is #F48251. Grayscale: #606060. Windows color (decimal): -16024146 or 11435275. OLE color: 11435275.
HSL color Cylindrical-coordinate representation of color #0B7DAE: hue angle of 198.04º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B7DAE is Cyan = 0.94, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 11 | 125 | 174 | - |
| CMYK | 0.94 | 0.28 | 0 | 0.32 |
| HSL | 198.04º | 0.88% | 0.36% | - |
| HSV(B) | 198.04º | 0.94% | 0.68% | - |
| XYZ | 15.11 | 17.79 | 42.68 | - |
| YUV | 96.5 | 171.73 | 67.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 125 | 174 | 0.94 | 0.28 | 0 | 0.32 | 198.04 | 0.88 | 0.36 |
| Hex | B | 7D | AE | 5E | 1C | 0 | 20 | C6 | 58 | 24 |
| Octal | 13 | 175 | 256 | 136 | 34 | 0 | 40 | 306 | 130 | 44 |
| Binary | 1011 | 1111101 | 10101110 | 1011110 | 11100 | 0 | 100000 | 11000110 | 1011000 | 100100 |
Color Harmonies of #0B7DAE
Complementary color
Monochromatic Colors of #0B7DAE
Black with #0B7DAE
Text Example
Text Example
White with #0B7DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7DAE; }
p { color: rgb(11,125,174); }
H1.HeaderClassName
{
color: #0B7DAE;
}
.AnyTagClassName
{
color: #0B7DAE;
}
</style>
background-color css
<style>
a { background-color: #0B7DAE; }
a { background-color: rgb(11,125,174); }
div.DivClassName
{
background-color: #0B7DAE;
}
.BgClassName
{
background-color: #0B7DAE;
}
</style>
border-color css
<style>
span { border-color: #0B7DAE; }
span { border-color: rgb(11,125,174); }
td.TdClassName
{
border-color: #0B7DAE;
}
.TagClassName
{
border-color: #0B7DAE;
}
</style>