Shades of Dark Cerulean #0B4073
Tints of Dark Cerulean #0B4073
RGB
CMYK
RGB Variations
Color information
#0B4073 (or 0x0B4073) is known color: Dark Cerulean. HEX triplet: 0B, 40 and 73. RGB value is (11,64,115). Sum of RGB (Red+Green+Blue) = 11+64+115=190 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.79% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 115 (45.31% from 255 or 60.53% from 190); Max value from RGB is 115 - color contains mainly: blue. Hex color #0B4073 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B4073 is #F4BF8C. Grayscale: #353535. Windows color (decimal): -16039821 or 7553035. OLE color: 7553035.
HSL color Cylindrical-coordinate representation of color #0B4073: hue angle of 209.42º 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 #0B4073 is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 11 | 64 | 115 | - |
| CMYK | 0.90 | 0.44 | 0 | 0.55 |
| HSL | 209.42º | 0.83% | 0.25% | - |
| HSV(B) | 209.42º | 0.9% | 0.45% | - |
| XYZ | 5.07 | 4.98 | 16.91 | - |
| YUV | 53.97 | 162.44 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 64 | 115 | 0.90 | 0.44 | 0 | 0.55 | 209.42 | 0.83 | 0.25 |
| Hex | B | 40 | 73 | 5A | 2C | 0 | 37 | D1 | 53 | 19 |
| Octal | 13 | 100 | 163 | 132 | 54 | 0 | 67 | 321 | 123 | 31 |
| Binary | 1011 | 1000000 | 1110011 | 1011010 | 101100 | 0 | 110111 | 11010001 | 1010011 | 11001 |
Color Harmonies of #0B4073
Complementary color
Monochromatic Colors of #0B4073
Black with #0B4073
Text Example
Text Example
White with #0B4073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4073; }
p { color: rgb(11,64,115); }
H1.HeaderClassName
{
color: #0B4073;
}
.AnyTagClassName
{
color: #0B4073;
}
</style>
background-color css
<style>
a { background-color: #0B4073; }
a { background-color: rgb(11,64,115); }
div.DivClassName
{
background-color: #0B4073;
}
.BgClassName
{
background-color: #0B4073;
}
</style>
border-color css
<style>
span { border-color: #0B4073; }
span { border-color: rgb(11,64,115); }
td.TdClassName
{
border-color: #0B4073;
}
.TagClassName
{
border-color: #0B4073;
}
</style>