Shades of Dark Cerulean #0B327D
Tints of Dark Cerulean #0B327D
RGB
CMYK
RGB Variations
Color information
#0B327D (or 0x0B327D) is known color: Dark Cerulean. HEX triplet: 0B, 32 and 7D. RGB value is (11,50,125). Sum of RGB (Red+Green+Blue) = 11+50+125=186 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.91% from 186); Green value is 50 (19.92% from 255 or 26.88% from 186); Blue value is 125 (49.22% from 255 or 67.20% from 186); Max value from RGB is 125 - color contains mainly: blue. Hex color #0B327D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B327D is #F4CD82. Grayscale: #2E2E2E. Windows color (decimal): -16043395 or 8204811. OLE color: 8204811.
HSL color Cylindrical-coordinate representation of color #0B327D: hue angle of 219.47º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B327D is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 11 | 50 | 125 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.51 |
| HSL | 219.47º | 0.84% | 0.27% | - |
| HSV(B) | 219.47º | 0.91% | 0.49% | - |
| XYZ | 4.98 | 3.83 | 19.88 | - |
| YUV | 46.89 | 172.08 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 50 | 125 | 0.91 | 0.60 | 0 | 0.51 | 219.47 | 0.84 | 0.27 |
| Hex | B | 32 | 7D | 5B | 3C | 0 | 33 | DB | 54 | 1B |
| Octal | 13 | 62 | 175 | 133 | 74 | 0 | 63 | 333 | 124 | 33 |
| Binary | 1011 | 110010 | 1111101 | 1011011 | 111100 | 0 | 110011 | 11011011 | 1010100 | 11011 |
Color Harmonies of #0B327D
Complementary color
Monochromatic Colors of #0B327D
Black with #0B327D
Text Example
Text Example
White with #0B327D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B327D; }
p { color: rgb(11,50,125); }
H1.HeaderClassName
{
color: #0B327D;
}
.AnyTagClassName
{
color: #0B327D;
}
</style>
background-color css
<style>
a { background-color: #0B327D; }
a { background-color: rgb(11,50,125); }
div.DivClassName
{
background-color: #0B327D;
}
.BgClassName
{
background-color: #0B327D;
}
</style>
border-color css
<style>
span { border-color: #0B327D; }
span { border-color: rgb(11,50,125); }
td.TdClassName
{
border-color: #0B327D;
}
.TagClassName
{
border-color: #0B327D;
}
</style>