Shades of Dark Cerulean #0B456A
Tints of Dark Cerulean #0B456A
RGB
CMYK
RGB Variations
Color information
#0B456A (or 0x0B456A) is known color: Dark Cerulean. HEX triplet: 0B, 45 and 6A. RGB value is (11,69,106). Sum of RGB (Red+Green+Blue) = 11+69+106=186 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.91% from 186); Green value is 69 (27.34% from 255 or 37.10% from 186); Blue value is 106 (41.80% from 255 or 56.99% from 186); Max value from RGB is 106 - color contains mainly: blue. Hex color #0B456A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B456A is #F4BA95. Grayscale: #373737. Windows color (decimal): -16038550 or 6964491. OLE color: 6964491.
HSL color Cylindrical-coordinate representation of color #0B456A: hue angle of 203.37º 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 #0B456A is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 11 | 69 | 106 | - |
| CMYK | 0.90 | 0.35 | 0 | 0.58 |
| HSL | 203.37º | 0.81% | 0.23% | - |
| HSV(B) | 203.37º | 0.9% | 0.42% | - |
| XYZ | 4.87 | 5.37 | 14.42 | - |
| YUV | 55.88 | 156.28 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 69 | 106 | 0.90 | 0.35 | 0 | 0.58 | 203.37 | 0.81 | 0.23 |
| Hex | B | 45 | 6A | 5A | 23 | 0 | 3A | CB | 51 | 17 |
| Octal | 13 | 105 | 152 | 132 | 43 | 0 | 72 | 313 | 121 | 27 |
| Binary | 1011 | 1000101 | 1101010 | 1011010 | 100011 | 0 | 111010 | 11001011 | 1010001 | 10111 |
Color Harmonies of #0B456A
Complementary color
Monochromatic Colors of #0B456A
Black with #0B456A
Text Example
Text Example
White with #0B456A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B456A; }
p { color: rgb(11,69,106); }
H1.HeaderClassName
{
color: #0B456A;
}
.AnyTagClassName
{
color: #0B456A;
}
</style>
background-color css
<style>
a { background-color: #0B456A; }
a { background-color: rgb(11,69,106); }
div.DivClassName
{
background-color: #0B456A;
}
.BgClassName
{
background-color: #0B456A;
}
</style>
border-color css
<style>
span { border-color: #0B456A; }
span { border-color: rgb(11,69,106); }
td.TdClassName
{
border-color: #0B456A;
}
.TagClassName
{
border-color: #0B456A;
}
</style>