Shades of Dark Cerulean #0B387A
Tints of Dark Cerulean #0B387A
RGB
CMYK
RGB Variations
Color information
#0B387A (or 0x0B387A) is known color: Dark Cerulean. HEX triplet: 0B, 38 and 7A. RGB value is (11,56,122). Sum of RGB (Red+Green+Blue) = 11+56+122=189 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.82% from 189); Green value is 56 (22.27% from 255 or 29.63% from 189); Blue value is 122 (48.05% from 255 or 64.55% from 189); Max value from RGB is 122 - color contains mainly: blue. Hex color #0B387A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B387A is #F4C785. Grayscale: #313131. Windows color (decimal): -16041862 or 8009739. OLE color: 8009739.
HSL color Cylindrical-coordinate representation of color #0B387A: hue angle of 215.68º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B387A is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 11 | 56 | 122 | - |
| CMYK | 0.91 | 0.54 | 0 | 0.52 |
| HSL | 215.68º | 0.83% | 0.26% | - |
| HSV(B) | 215.68º | 0.91% | 0.48% | - |
| XYZ | 5.07 | 4.3 | 18.98 | - |
| YUV | 50.07 | 168.59 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 56 | 122 | 0.91 | 0.54 | 0 | 0.52 | 215.68 | 0.83 | 0.26 |
| Hex | B | 38 | 7A | 5B | 36 | 0 | 34 | D8 | 53 | 1A |
| Octal | 13 | 70 | 172 | 133 | 66 | 0 | 64 | 330 | 123 | 32 |
| Binary | 1011 | 111000 | 1111010 | 1011011 | 110110 | 0 | 110100 | 11011000 | 1010011 | 11010 |
Color Harmonies of #0B387A
Complementary color
Monochromatic Colors of #0B387A
Black with #0B387A
Text Example
Text Example
White with #0B387A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B387A; }
p { color: rgb(11,56,122); }
H1.HeaderClassName
{
color: #0B387A;
}
.AnyTagClassName
{
color: #0B387A;
}
</style>
background-color css
<style>
a { background-color: #0B387A; }
a { background-color: rgb(11,56,122); }
div.DivClassName
{
background-color: #0B387A;
}
.BgClassName
{
background-color: #0B387A;
}
</style>
border-color css
<style>
span { border-color: #0B387A; }
span { border-color: rgb(11,56,122); }
td.TdClassName
{
border-color: #0B387A;
}
.TagClassName
{
border-color: #0B387A;
}
</style>