Shades of Dark Cerulean #0B4080
Tints of Dark Cerulean #0B4080
RGB
CMYK
RGB Variations
Color information
#0B4080 (or 0x0B4080) is known color: Dark Cerulean. HEX triplet: 0B, 40 and 80. RGB value is (11,64,128). Sum of RGB (Red+Green+Blue) = 11+64+128=203 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.42% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 128 (50.39% from 255 or 63.05% from 203); Max value from RGB is 128 - color contains mainly: blue. Hex color #0B4080 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B4080 is #F4BF7F. Grayscale: #373737. Windows color (decimal): -16039808 or 8405003. OLE color: 8405003.
HSL color Cylindrical-coordinate representation of color #0B4080: hue angle of 212.82º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B4080 is Cyan = 0.91, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 11 | 64 | 128 | - |
| CMYK | 0.91 | 0.5 | 0 | 0.50 |
| HSL | 212.82º | 0.84% | 0.27% | - |
| HSV(B) | 212.82º | 0.91% | 0.5% | - |
| XYZ | 5.87 | 5.3 | 21.14 | - |
| YUV | 55.45 | 168.94 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 64 | 128 | 0.91 | 0.5 | 0 | 0.50 | 212.82 | 0.84 | 0.27 |
| Hex | B | 40 | 80 | 5B | 32 | 0 | 32 | D5 | 54 | 1B |
| Octal | 13 | 100 | 200 | 133 | 62 | 0 | 62 | 325 | 124 | 33 |
| Binary | 1011 | 1000000 | 10000000 | 1011011 | 110010 | 0 | 110010 | 11010101 | 1010100 | 11011 |
Color Harmonies of #0B4080
Complementary color
Monochromatic Colors of #0B4080
Black with #0B4080
Text Example
Text Example
White with #0B4080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4080; }
p { color: rgb(11,64,128); }
H1.HeaderClassName
{
color: #0B4080;
}
.AnyTagClassName
{
color: #0B4080;
}
</style>
background-color css
<style>
a { background-color: #0B4080; }
a { background-color: rgb(11,64,128); }
div.DivClassName
{
background-color: #0B4080;
}
.BgClassName
{
background-color: #0B4080;
}
</style>
border-color css
<style>
span { border-color: #0B4080; }
span { border-color: rgb(11,64,128); }
td.TdClassName
{
border-color: #0B4080;
}
.TagClassName
{
border-color: #0B4080;
}
</style>