Shades of Dark Cerulean #0B4189
Tints of Dark Cerulean #0B4189
RGB
CMYK
RGB Variations
Color information
#0B4189 (or 0x0B4189) is known color: Dark Cerulean. HEX triplet: 0B, 41 and 89. RGB value is (11,65,137). Sum of RGB (Red+Green+Blue) = 11+65+137=213 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.16% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 137 (53.91% from 255 or 64.32% from 213); Max value from RGB is 137 - color contains mainly: blue. Hex color #0B4189 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B4189 is #F4BE76. Grayscale: #383838. Windows color (decimal): -16039543 or 8995083. OLE color: 8995083.
HSL color Cylindrical-coordinate representation of color #0B4189: hue angle of 214.29º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B4189 is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 11 | 65 | 137 | - |
| CMYK | 0.92 | 0.53 | 0 | 0.46 |
| HSL | 214.29º | 0.85% | 0.29% | - |
| HSV(B) | 214.29º | 0.92% | 0.54% | - |
| XYZ | 6.54 | 5.66 | 24.41 | - |
| YUV | 57.06 | 173.11 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 65 | 137 | 0.92 | 0.53 | 0 | 0.46 | 214.29 | 0.85 | 0.29 |
| Hex | B | 41 | 89 | 5C | 35 | 0 | 2E | D6 | 55 | 1D |
| Octal | 13 | 101 | 211 | 134 | 65 | 0 | 56 | 326 | 125 | 35 |
| Binary | 1011 | 1000001 | 10001001 | 1011100 | 110101 | 0 | 101110 | 11010110 | 1010101 | 11101 |
Color Harmonies of #0B4189
Complementary color
Monochromatic Colors of #0B4189
Black with #0B4189
Text Example
Text Example
White with #0B4189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4189; }
p { color: rgb(11,65,137); }
H1.HeaderClassName
{
color: #0B4189;
}
.AnyTagClassName
{
color: #0B4189;
}
</style>
background-color css
<style>
a { background-color: #0B4189; }
a { background-color: rgb(11,65,137); }
div.DivClassName
{
background-color: #0B4189;
}
.BgClassName
{
background-color: #0B4189;
}
</style>
border-color css
<style>
span { border-color: #0B4189; }
span { border-color: rgb(11,65,137); }
td.TdClassName
{
border-color: #0B4189;
}
.TagClassName
{
border-color: #0B4189;
}
</style>