Shades of Cerulean #0B619E
Tints of Cerulean #0B619E
RGB
CMYK
RGB Variations
Color information
#0B619E (or 0x0B619E) is known color: Cerulean. HEX triplet: 0B, 61 and 9E. RGB value is (11,97,158). Sum of RGB (Red+Green+Blue) = 11+97+158=266 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.14% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 158 (62.11% from 255 or 59.40% from 266); Max value from RGB is 158 - color contains mainly: blue. Hex color #0B619E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B619E is #F49E61. Grayscale: #4D4D4D. Windows color (decimal): -16031330 or 10379531. OLE color: 10379531.
HSL color Cylindrical-coordinate representation of color #0B619E: hue angle of 204.9º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B619E is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 11 | 97 | 158 | - |
| CMYK | 0.93 | 0.39 | 0 | 0.38 |
| HSL | 204.9º | 0.87% | 0.33% | - |
| HSV(B) | 204.9º | 0.93% | 0.62% | - |
| XYZ | 10.58 | 11.09 | 33.93 | - |
| YUV | 78.24 | 173.01 | 80.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 97 | 158 | 0.93 | 0.39 | 0 | 0.38 | 204.9 | 0.87 | 0.33 |
| Hex | B | 61 | 9E | 5D | 27 | 0 | 26 | CD | 57 | 21 |
| Octal | 13 | 141 | 236 | 135 | 47 | 0 | 46 | 315 | 127 | 41 |
| Binary | 1011 | 1100001 | 10011110 | 1011101 | 100111 | 0 | 100110 | 11001101 | 1010111 | 100001 |
Color Harmonies of #0B619E
Complementary color
Monochromatic Colors of #0B619E
Black with #0B619E
Text Example
Text Example
White with #0B619E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B619E; }
p { color: rgb(11,97,158); }
H1.HeaderClassName
{
color: #0B619E;
}
.AnyTagClassName
{
color: #0B619E;
}
</style>
background-color css
<style>
a { background-color: #0B619E; }
a { background-color: rgb(11,97,158); }
div.DivClassName
{
background-color: #0B619E;
}
.BgClassName
{
background-color: #0B619E;
}
</style>
border-color css
<style>
span { border-color: #0B619E; }
span { border-color: rgb(11,97,158); }
td.TdClassName
{
border-color: #0B619E;
}
.TagClassName
{
border-color: #0B619E;
}
</style>