Shades of Dark Cerulean #0B5482
Tints of Dark Cerulean #0B5482
RGB
CMYK
RGB Variations
Color information
#0B5482 (or 0x0B5482) is known color: Dark Cerulean. HEX triplet: 0B, 54 and 82. RGB value is (11,84,130). Sum of RGB (Red+Green+Blue) = 11+84+130=225 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.89% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 130 (51.17% from 255 or 57.78% from 225); Max value from RGB is 130 - color contains mainly: blue. Hex color #0B5482 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B5482 is #F4AB7D. Grayscale: #434343. Windows color (decimal): -16034686 or 8541195. OLE color: 8541195.
HSL color Cylindrical-coordinate representation of color #0B5482: hue angle of 203.19º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B5482 is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 11 | 84 | 130 | - |
| CMYK | 0.92 | 0.35 | 0 | 0.49 |
| HSL | 203.19º | 0.84% | 0.28% | - |
| HSV(B) | 203.19º | 0.92% | 0.51% | - |
| XYZ | 7.34 | 8.02 | 22.28 | - |
| YUV | 67.42 | 163.32 | 87.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 84 | 130 | 0.92 | 0.35 | 0 | 0.49 | 203.19 | 0.84 | 0.28 |
| Hex | B | 54 | 82 | 5C | 23 | 0 | 31 | CB | 54 | 1C |
| Octal | 13 | 124 | 202 | 134 | 43 | 0 | 61 | 313 | 124 | 34 |
| Binary | 1011 | 1010100 | 10000010 | 1011100 | 100011 | 0 | 110001 | 11001011 | 1010100 | 11100 |
Color Harmonies of #0B5482
Complementary color
Monochromatic Colors of #0B5482
Black with #0B5482
Text Example
Text Example
White with #0B5482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5482; }
p { color: rgb(11,84,130); }
H1.HeaderClassName
{
color: #0B5482;
}
.AnyTagClassName
{
color: #0B5482;
}
</style>
background-color css
<style>
a { background-color: #0B5482; }
a { background-color: rgb(11,84,130); }
div.DivClassName
{
background-color: #0B5482;
}
.BgClassName
{
background-color: #0B5482;
}
</style>
border-color css
<style>
span { border-color: #0B5482; }
span { border-color: rgb(11,84,130); }
td.TdClassName
{
border-color: #0B5482;
}
.TagClassName
{
border-color: #0B5482;
}
</style>