Shades of Dark Cerulean #0B5385
Tints of Dark Cerulean #0B5385
RGB
CMYK
RGB Variations
Color information
#0B5385 (or 0x0B5385) is known color: Dark Cerulean. HEX triplet: 0B, 53 and 85. RGB value is (11,83,133). Sum of RGB (Red+Green+Blue) = 11+83+133=227 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.85% from 227); Green value is 83 (32.81% from 255 or 36.56% from 227); Blue value is 133 (52.34% from 255 or 58.59% from 227); Max value from RGB is 133 - color contains mainly: blue. Hex color #0B5385 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B5385 is #F4AC7A. Grayscale: #424242. Windows color (decimal): -16034939 or 8737547. OLE color: 8737547.
HSL color Cylindrical-coordinate representation of color #0B5385: hue angle of 204.59º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B5385 is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 11 | 83 | 133 | - |
| CMYK | 0.92 | 0.38 | 0 | 0.48 |
| HSL | 204.59º | 0.85% | 0.28% | - |
| HSV(B) | 204.59º | 0.92% | 0.52% | - |
| XYZ | 7.46 | 7.95 | 23.33 | - |
| YUV | 67.17 | 165.15 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 83 | 133 | 0.92 | 0.38 | 0 | 0.48 | 204.59 | 0.85 | 0.28 |
| Hex | B | 53 | 85 | 5C | 26 | 0 | 30 | CD | 55 | 1C |
| Octal | 13 | 123 | 205 | 134 | 46 | 0 | 60 | 315 | 125 | 34 |
| Binary | 1011 | 1010011 | 10000101 | 1011100 | 100110 | 0 | 110000 | 11001101 | 1010101 | 11100 |
Color Harmonies of #0B5385
Complementary color
Monochromatic Colors of #0B5385
Black with #0B5385
Text Example
Text Example
White with #0B5385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5385; }
p { color: rgb(11,83,133); }
H1.HeaderClassName
{
color: #0B5385;
}
.AnyTagClassName
{
color: #0B5385;
}
</style>
background-color css
<style>
a { background-color: #0B5385; }
a { background-color: rgb(11,83,133); }
div.DivClassName
{
background-color: #0B5385;
}
.BgClassName
{
background-color: #0B5385;
}
</style>
border-color css
<style>
span { border-color: #0B5385; }
span { border-color: rgb(11,83,133); }
td.TdClassName
{
border-color: #0B5385;
}
.TagClassName
{
border-color: #0B5385;
}
</style>