Shades of Cerulean #0B7FAF
Tints of Cerulean #0B7FAF
RGB
CMYK
RGB Variations
Color information
#0B7FAF (or 0x0B7FAF) is known color: Cerulean. HEX triplet: 0B, 7F and AF. RGB value is (11,127,175). Sum of RGB (Red+Green+Blue) = 11+127+175=313 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.51% from 313); Green value is 127 (50% from 255 or 40.58% from 313); Blue value is 175 (68.75% from 255 or 55.91% from 313); Max value from RGB is 175 - color contains mainly: blue. Hex color #0B7FAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B7FAF is #F48050. Grayscale: #616161. Windows color (decimal): -16023633 or 11501323. OLE color: 11501323.
HSL color Cylindrical-coordinate representation of color #0B7FAF: hue angle of 197.56º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B7FAF is Cyan = 0.94, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 11 | 127 | 175 | - |
| CMYK | 0.94 | 0.27 | 0 | 0.31 |
| HSL | 197.56º | 0.88% | 0.36% | - |
| HSV(B) | 197.56º | 0.94% | 0.69% | - |
| XYZ | 15.47 | 18.35 | 43.28 | - |
| YUV | 97.79 | 171.57 | 66.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 127 | 175 | 0.94 | 0.27 | 0 | 0.31 | 197.56 | 0.88 | 0.36 |
| Hex | B | 7F | AF | 5E | 1B | 0 | 1F | C6 | 58 | 24 |
| Octal | 13 | 177 | 257 | 136 | 33 | 0 | 37 | 306 | 130 | 44 |
| Binary | 1011 | 1111111 | 10101111 | 1011110 | 11011 | 0 | 11111 | 11000110 | 1011000 | 100100 |
Color Harmonies of #0B7FAF
Complementary color
Monochromatic Colors of #0B7FAF
Black with #0B7FAF
Text Example
Text Example
White with #0B7FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7FAF; }
p { color: rgb(11,127,175); }
H1.HeaderClassName
{
color: #0B7FAF;
}
.AnyTagClassName
{
color: #0B7FAF;
}
</style>
background-color css
<style>
a { background-color: #0B7FAF; }
a { background-color: rgb(11,127,175); }
div.DivClassName
{
background-color: #0B7FAF;
}
.BgClassName
{
background-color: #0B7FAF;
}
</style>
border-color css
<style>
span { border-color: #0B7FAF; }
span { border-color: rgb(11,127,175); }
td.TdClassName
{
border-color: #0B7FAF;
}
.TagClassName
{
border-color: #0B7FAF;
}
</style>