Shades of Dark Cerulean #0B486A
Tints of Dark Cerulean #0B486A
RGB
CMYK
RGB Variations
Color information
#0B486A (or 0x0B486A) is known color: Dark Cerulean. HEX triplet: 0B, 48 and 6A. RGB value is (11,72,106). Sum of RGB (Red+Green+Blue) = 11+72+106=189 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.82% from 189); Green value is 72 (28.52% from 255 or 38.10% from 189); Blue value is 106 (41.80% from 255 or 56.08% from 189); Max value from RGB is 106 - color contains mainly: blue. Hex color #0B486A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B486A is #F4B795. Grayscale: #393939. Windows color (decimal): -16037782 or 6965259. OLE color: 6965259.
HSL color Cylindrical-coordinate representation of color #0B486A: hue angle of 201.47º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B486A is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 11 | 72 | 106 | - |
| CMYK | 0.90 | 0.32 | 0 | 0.58 |
| HSL | 201.47º | 0.81% | 0.23% | - |
| HSV(B) | 201.47º | 0.9% | 0.42% | - |
| XYZ | 5.06 | 5.75 | 14.48 | - |
| YUV | 57.64 | 155.29 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 72 | 106 | 0.90 | 0.32 | 0 | 0.58 | 201.47 | 0.81 | 0.23 |
| Hex | B | 48 | 6A | 5A | 20 | 0 | 3A | C9 | 51 | 17 |
| Octal | 13 | 110 | 152 | 132 | 40 | 0 | 72 | 311 | 121 | 27 |
| Binary | 1011 | 1001000 | 1101010 | 1011010 | 100000 | 0 | 111010 | 11001001 | 1010001 | 10111 |
Color Harmonies of #0B486A
Complementary color
Monochromatic Colors of #0B486A
Black with #0B486A
Text Example
Text Example
White with #0B486A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B486A; }
p { color: rgb(11,72,106); }
H1.HeaderClassName
{
color: #0B486A;
}
.AnyTagClassName
{
color: #0B486A;
}
</style>
background-color css
<style>
a { background-color: #0B486A; }
a { background-color: rgb(11,72,106); }
div.DivClassName
{
background-color: #0B486A;
}
.BgClassName
{
background-color: #0B486A;
}
</style>
border-color css
<style>
span { border-color: #0B486A; }
span { border-color: rgb(11,72,106); }
td.TdClassName
{
border-color: #0B486A;
}
.TagClassName
{
border-color: #0B486A;
}
</style>