Shades of Cerulean #0B7FA5
Tints of Cerulean #0B7FA5
RGB
CMYK
RGB Variations
Color information
#0B7FA5 (or 0x0B7FA5) is known color: Cerulean. HEX triplet: 0B, 7F and A5. RGB value is (11,127,165). Sum of RGB (Red+Green+Blue) = 11+127+165=303 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.63% from 303); Green value is 127 (50% from 255 or 41.91% from 303); Blue value is 165 (64.84% from 255 or 54.46% from 303); Max value from RGB is 165 - color contains mainly: blue. Hex color #0B7FA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B7FA5 is #F4805A. Grayscale: #606060. Windows color (decimal): -16023643 or 10845963. OLE color: 10845963.
HSL color Cylindrical-coordinate representation of color #0B7FA5: hue angle of 194.81º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B7FA5 is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 11 | 127 | 165 | - |
| CMYK | 0.93 | 0.23 | 0 | 0.35 |
| HSL | 194.81º | 0.88% | 0.35% | - |
| HSV(B) | 194.81º | 0.93% | 0.65% | - |
| XYZ | 14.52 | 17.97 | 38.3 | - |
| YUV | 96.65 | 166.57 | 66.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 127 | 165 | 0.93 | 0.23 | 0 | 0.35 | 194.81 | 0.88 | 0.35 |
| Hex | B | 7F | A5 | 5D | 17 | 0 | 23 | C3 | 58 | 23 |
| Octal | 13 | 177 | 245 | 135 | 27 | 0 | 43 | 303 | 130 | 43 |
| Binary | 1011 | 1111111 | 10100101 | 1011101 | 10111 | 0 | 100011 | 11000011 | 1011000 | 100011 |
Color Harmonies of #0B7FA5
Complementary color
Monochromatic Colors of #0B7FA5
Black with #0B7FA5
Text Example
Text Example
White with #0B7FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7FA5; }
p { color: rgb(11,127,165); }
H1.HeaderClassName
{
color: #0B7FA5;
}
.AnyTagClassName
{
color: #0B7FA5;
}
</style>
background-color css
<style>
a { background-color: #0B7FA5; }
a { background-color: rgb(11,127,165); }
div.DivClassName
{
background-color: #0B7FA5;
}
.BgClassName
{
background-color: #0B7FA5;
}
</style>
border-color css
<style>
span { border-color: #0B7FA5; }
span { border-color: rgb(11,127,165); }
td.TdClassName
{
border-color: #0B7FA5;
}
.TagClassName
{
border-color: #0B7FA5;
}
</style>