Shades of Dark Cerulean #0B438D
Tints of Dark Cerulean #0B438D
RGB
CMYK
RGB Variations
Color information
#0B438D (or 0x0B438D) is known color: Dark Cerulean. HEX triplet: 0B, 43 and 8D. RGB value is (11,67,141). Sum of RGB (Red+Green+Blue) = 11+67+141=219 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5.02% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 141 (55.47% from 255 or 64.38% from 219); Max value from RGB is 141 - color contains mainly: blue. Hex color #0B438D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B438D is #F4BC72. Grayscale: #3A3A3A. Windows color (decimal): -16039027 or 9257739. OLE color: 9257739.
HSL color Cylindrical-coordinate representation of color #0B438D: hue angle of 214.15º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B438D is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 11 | 67 | 141 | - |
| CMYK | 0.92 | 0.52 | 0 | 0.45 |
| HSL | 214.15º | 0.86% | 0.3% | - |
| HSV(B) | 214.15º | 0.92% | 0.55% | - |
| XYZ | 6.95 | 6.01 | 25.99 | - |
| YUV | 58.69 | 174.45 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 67 | 141 | 0.92 | 0.52 | 0 | 0.45 | 214.15 | 0.86 | 0.3 |
| Hex | B | 43 | 8D | 5C | 34 | 0 | 2D | D6 | 56 | 1E |
| Octal | 13 | 103 | 215 | 134 | 64 | 0 | 55 | 326 | 126 | 36 |
| Binary | 1011 | 1000011 | 10001101 | 1011100 | 110100 | 0 | 101101 | 11010110 | 1010110 | 11110 |
Color Harmonies of #0B438D
Complementary color
Monochromatic Colors of #0B438D
Black with #0B438D
Text Example
Text Example
White with #0B438D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B438D; }
p { color: rgb(11,67,141); }
H1.HeaderClassName
{
color: #0B438D;
}
.AnyTagClassName
{
color: #0B438D;
}
</style>
background-color css
<style>
a { background-color: #0B438D; }
a { background-color: rgb(11,67,141); }
div.DivClassName
{
background-color: #0B438D;
}
.BgClassName
{
background-color: #0B438D;
}
</style>
border-color css
<style>
span { border-color: #0B438D; }
span { border-color: rgb(11,67,141); }
td.TdClassName
{
border-color: #0B438D;
}
.TagClassName
{
border-color: #0B438D;
}
</style>