Shades of Dark Cerulean #0B4087
Tints of Dark Cerulean #0B4087
RGB
CMYK
RGB Variations
Color information
#0B4087 (or 0x0B4087) is known color: Dark Cerulean. HEX triplet: 0B, 40 and 87. RGB value is (11,64,135). Sum of RGB (Red+Green+Blue) = 11+64+135=210 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.24% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 135 (53.12% from 255 or 64.29% from 210); Max value from RGB is 135 - color contains mainly: blue. Hex color #0B4087 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B4087 is #F4BF78. Grayscale: #373737. Windows color (decimal): -16039801 or 8863755. OLE color: 8863755.
HSL color Cylindrical-coordinate representation of color #0B4087: hue angle of 214.35º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B4087 is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 11 | 64 | 135 | - |
| CMYK | 0.92 | 0.53 | 0 | 0.47 |
| HSL | 214.35º | 0.85% | 0.29% | - |
| HSV(B) | 214.35º | 0.92% | 0.53% | - |
| XYZ | 6.34 | 5.49 | 23.65 | - |
| YUV | 56.25 | 172.44 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 64 | 135 | 0.92 | 0.53 | 0 | 0.47 | 214.35 | 0.85 | 0.29 |
| Hex | B | 40 | 87 | 5C | 35 | 0 | 2F | D6 | 55 | 1D |
| Octal | 13 | 100 | 207 | 134 | 65 | 0 | 57 | 326 | 125 | 35 |
| Binary | 1011 | 1000000 | 10000111 | 1011100 | 110101 | 0 | 101111 | 11010110 | 1010101 | 11101 |
Color Harmonies of #0B4087
Complementary color
Monochromatic Colors of #0B4087
Black with #0B4087
Text Example
Text Example
White with #0B4087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4087; }
p { color: rgb(11,64,135); }
H1.HeaderClassName
{
color: #0B4087;
}
.AnyTagClassName
{
color: #0B4087;
}
</style>
background-color css
<style>
a { background-color: #0B4087; }
a { background-color: rgb(11,64,135); }
div.DivClassName
{
background-color: #0B4087;
}
.BgClassName
{
background-color: #0B4087;
}
</style>
border-color css
<style>
span { border-color: #0B4087; }
span { border-color: rgb(11,64,135); }
td.TdClassName
{
border-color: #0B4087;
}
.TagClassName
{
border-color: #0B4087;
}
</style>