Shades of Dark Cerulean #0B5183
Tints of Dark Cerulean #0B5183
RGB
CMYK
RGB Variations
Color information
#0B5183 (or 0x0B5183) is known color: Dark Cerulean. HEX triplet: 0B, 51 and 83. RGB value is (11,81,131). Sum of RGB (Red+Green+Blue) = 11+81+131=223 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.93% from 223); Green value is 81 (32.03% from 255 or 36.32% from 223); Blue value is 131 (51.56% from 255 or 58.74% from 223); Max value from RGB is 131 - color contains mainly: blue. Hex color #0B5183 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B5183 is #F4AE7C. Grayscale: #414141. Windows color (decimal): -16035453 or 8605963. OLE color: 8605963.
HSL color Cylindrical-coordinate representation of color #0B5183: hue angle of 205º degrees, saturation: 0.85, 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 #0B5183 is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 11 | 81 | 131 | - |
| CMYK | 0.92 | 0.38 | 0 | 0.49 |
| HSL | 205º | 0.85% | 0.28% | - |
| HSV(B) | 205º | 0.92% | 0.51% | - |
| XYZ | 7.18 | 7.59 | 22.56 | - |
| YUV | 65.77 | 164.81 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 81 | 131 | 0.92 | 0.38 | 0 | 0.49 | 205 | 0.85 | 0.28 |
| Hex | B | 51 | 83 | 5C | 26 | 0 | 31 | CD | 55 | 1C |
| Octal | 13 | 121 | 203 | 134 | 46 | 0 | 61 | 315 | 125 | 34 |
| Binary | 1011 | 1010001 | 10000011 | 1011100 | 100110 | 0 | 110001 | 11001101 | 1010101 | 11100 |
Color Harmonies of #0B5183
Complementary color
Monochromatic Colors of #0B5183
Black with #0B5183
Text Example
Text Example
White with #0B5183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5183; }
p { color: rgb(11,81,131); }
H1.HeaderClassName
{
color: #0B5183;
}
.AnyTagClassName
{
color: #0B5183;
}
</style>
background-color css
<style>
a { background-color: #0B5183; }
a { background-color: rgb(11,81,131); }
div.DivClassName
{
background-color: #0B5183;
}
.BgClassName
{
background-color: #0B5183;
}
</style>
border-color css
<style>
span { border-color: #0B5183; }
span { border-color: rgb(11,81,131); }
td.TdClassName
{
border-color: #0B5183;
}
.TagClassName
{
border-color: #0B5183;
}
</style>