Shades of Dark Cerulean #0B5985
Tints of Dark Cerulean #0B5985
RGB
CMYK
RGB Variations
Color information
#0B5985 (or 0x0B5985) is known color: Dark Cerulean. HEX triplet: 0B, 59 and 85. RGB value is (11,89,133). Sum of RGB (Red+Green+Blue) = 11+89+133=233 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.72% from 233); Green value is 89 (35.16% from 255 or 38.20% from 233); Blue value is 133 (52.34% from 255 or 57.08% from 233); Max value from RGB is 133 - color contains mainly: blue. Hex color #0B5985 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B5985 is #F4A67A. Grayscale: #464646. Windows color (decimal): -16033403 or 8739083. OLE color: 8739083.
HSL color Cylindrical-coordinate representation of color #0B5985: hue angle of 201.64º 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 #0B5985 is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 11 | 89 | 133 | - |
| CMYK | 0.92 | 0.33 | 0 | 0.48 |
| HSL | 201.64º | 0.85% | 0.28% | - |
| HSV(B) | 201.64º | 0.92% | 0.52% | - |
| XYZ | 7.94 | 8.91 | 23.49 | - |
| YUV | 70.69 | 163.16 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 89 | 133 | 0.92 | 0.33 | 0 | 0.48 | 201.64 | 0.85 | 0.28 |
| Hex | B | 59 | 85 | 5C | 21 | 0 | 30 | CA | 55 | 1C |
| Octal | 13 | 131 | 205 | 134 | 41 | 0 | 60 | 312 | 125 | 34 |
| Binary | 1011 | 1011001 | 10000101 | 1011100 | 100001 | 0 | 110000 | 11001010 | 1010101 | 11100 |
Color Harmonies of #0B5985
Complementary color
Monochromatic Colors of #0B5985
Black with #0B5985
Text Example
Text Example
White with #0B5985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5985; }
p { color: rgb(11,89,133); }
H1.HeaderClassName
{
color: #0B5985;
}
.AnyTagClassName
{
color: #0B5985;
}
</style>
background-color css
<style>
a { background-color: #0B5985; }
a { background-color: rgb(11,89,133); }
div.DivClassName
{
background-color: #0B5985;
}
.BgClassName
{
background-color: #0B5985;
}
</style>
border-color css
<style>
span { border-color: #0B5985; }
span { border-color: rgb(11,89,133); }
td.TdClassName
{
border-color: #0B5985;
}
.TagClassName
{
border-color: #0B5985;
}
</style>