Shades of Dark Cerulean #0B5478
Tints of Dark Cerulean #0B5478
RGB
CMYK
RGB Variations
Color information
#0B5478 (or 0x0B5478) is known color: Dark Cerulean. HEX triplet: 0B, 54 and 78. RGB value is (11,84,120). Sum of RGB (Red+Green+Blue) = 11+84+120=215 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.12% from 215); Green value is 84 (33.20% from 255 or 39.07% from 215); Blue value is 120 (47.27% from 255 or 55.81% from 215); Max value from RGB is 120 - color contains mainly: blue. Hex color #0B5478 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5478 is #F4AB87. Grayscale: #424242. Windows color (decimal): -16034696 or 7885835. OLE color: 7885835.
HSL color Cylindrical-coordinate representation of color #0B5478: hue angle of 199.82º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B5478 is Cyan = 0.91, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 11 | 84 | 120 | - |
| CMYK | 0.91 | 0.3 | 0 | 0.53 |
| HSL | 199.82º | 0.83% | 0.26% | - |
| HSV(B) | 199.82º | 0.91% | 0.47% | - |
| XYZ | 6.7 | 7.77 | 18.92 | - |
| YUV | 66.28 | 158.32 | 88.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 84 | 120 | 0.91 | 0.3 | 0 | 0.53 | 199.82 | 0.83 | 0.26 |
| Hex | B | 54 | 78 | 5B | 1E | 0 | 35 | C8 | 53 | 1A |
| Octal | 13 | 124 | 170 | 133 | 36 | 0 | 65 | 310 | 123 | 32 |
| Binary | 1011 | 1010100 | 1111000 | 1011011 | 11110 | 0 | 110101 | 11001000 | 1010011 | 11010 |
Color Harmonies of #0B5478
Complementary color
Monochromatic Colors of #0B5478
Black with #0B5478
Text Example
Text Example
White with #0B5478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5478; }
p { color: rgb(11,84,120); }
H1.HeaderClassName
{
color: #0B5478;
}
.AnyTagClassName
{
color: #0B5478;
}
</style>
background-color css
<style>
a { background-color: #0B5478; }
a { background-color: rgb(11,84,120); }
div.DivClassName
{
background-color: #0B5478;
}
.BgClassName
{
background-color: #0B5478;
}
</style>
border-color css
<style>
span { border-color: #0B5478; }
span { border-color: rgb(11,84,120); }
td.TdClassName
{
border-color: #0B5478;
}
.TagClassName
{
border-color: #0B5478;
}
</style>