Shades of Dark Cerulean #0B448B
Tints of Dark Cerulean #0B448B
RGB
CMYK
RGB Variations
Color information
#0B448B (or 0x0B448B) is known color: Dark Cerulean. HEX triplet: 0B, 44 and 8B. RGB value is (11,68,139). Sum of RGB (Red+Green+Blue) = 11+68+139=218 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.05% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 139 (54.69% from 255 or 63.76% from 218); Max value from RGB is 139 - color contains mainly: blue. Hex color #0B448B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B448B is #F4BB74. Grayscale: #3A3A3A. Windows color (decimal): -16038773 or 9126923. OLE color: 9126923.
HSL color Cylindrical-coordinate representation of color #0B448B: hue angle of 213.28º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B448B is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 11 | 68 | 139 | - |
| CMYK | 0.92 | 0.51 | 0 | 0.45 |
| HSL | 213.28º | 0.85% | 0.29% | - |
| HSV(B) | 213.28º | 0.92% | 0.55% | - |
| XYZ | 6.87 | 6.07 | 25.24 | - |
| YUV | 59.05 | 173.12 | 93.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 68 | 139 | 0.92 | 0.51 | 0 | 0.45 | 213.28 | 0.85 | 0.29 |
| Hex | B | 44 | 8B | 5C | 33 | 0 | 2D | D5 | 55 | 1D |
| Octal | 13 | 104 | 213 | 134 | 63 | 0 | 55 | 325 | 125 | 35 |
| Binary | 1011 | 1000100 | 10001011 | 1011100 | 110011 | 0 | 101101 | 11010101 | 1010101 | 11101 |
Color Harmonies of #0B448B
Complementary color
Monochromatic Colors of #0B448B
Black with #0B448B
Text Example
Text Example
White with #0B448B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B448B; }
p { color: rgb(11,68,139); }
H1.HeaderClassName
{
color: #0B448B;
}
.AnyTagClassName
{
color: #0B448B;
}
</style>
background-color css
<style>
a { background-color: #0B448B; }
a { background-color: rgb(11,68,139); }
div.DivClassName
{
background-color: #0B448B;
}
.BgClassName
{
background-color: #0B448B;
}
</style>
border-color css
<style>
span { border-color: #0B448B; }
span { border-color: rgb(11,68,139); }
td.TdClassName
{
border-color: #0B448B;
}
.TagClassName
{
border-color: #0B448B;
}
</style>