Shades of Dark Cerulean #0B4573
Tints of Dark Cerulean #0B4573
RGB
CMYK
RGB Variations
Color information
#0B4573 (or 0x0B4573) is known color: Dark Cerulean. HEX triplet: 0B, 45 and 73. RGB value is (11,69,115). Sum of RGB (Red+Green+Blue) = 11+69+115=195 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.64% from 195); Green value is 69 (27.34% from 255 or 35.38% from 195); Blue value is 115 (45.31% from 255 or 58.97% from 195); Max value from RGB is 115 - color contains mainly: blue. Hex color #0B4573 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B4573 is #F4BA8C. Grayscale: #383838. Windows color (decimal): -16038541 or 7554315. OLE color: 7554315.
HSL color Cylindrical-coordinate representation of color #0B4573: hue angle of 206.54º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B4573 is Cyan = 0.90, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 11 | 69 | 115 | - |
| CMYK | 0.90 | 0.4 | 0 | 0.55 |
| HSL | 206.54º | 0.83% | 0.25% | - |
| HSV(B) | 206.54º | 0.9% | 0.45% | - |
| XYZ | 5.36 | 5.57 | 17.01 | - |
| YUV | 56.9 | 160.78 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 69 | 115 | 0.90 | 0.4 | 0 | 0.55 | 206.54 | 0.83 | 0.25 |
| Hex | B | 45 | 73 | 5A | 28 | 0 | 37 | CF | 53 | 19 |
| Octal | 13 | 105 | 163 | 132 | 50 | 0 | 67 | 317 | 123 | 31 |
| Binary | 1011 | 1000101 | 1110011 | 1011010 | 101000 | 0 | 110111 | 11001111 | 1010011 | 11001 |
Color Harmonies of #0B4573
Complementary color
Monochromatic Colors of #0B4573
Black with #0B4573
Text Example
Text Example
White with #0B4573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4573; }
p { color: rgb(11,69,115); }
H1.HeaderClassName
{
color: #0B4573;
}
.AnyTagClassName
{
color: #0B4573;
}
</style>
background-color css
<style>
a { background-color: #0B4573; }
a { background-color: rgb(11,69,115); }
div.DivClassName
{
background-color: #0B4573;
}
.BgClassName
{
background-color: #0B4573;
}
</style>
border-color css
<style>
span { border-color: #0B4573; }
span { border-color: rgb(11,69,115); }
td.TdClassName
{
border-color: #0B4573;
}
.TagClassName
{
border-color: #0B4573;
}
</style>