Shades of Dark Cerulean #0B347D
Tints of Dark Cerulean #0B347D
RGB
CMYK
RGB Variations
Color information
#0B347D (or 0x0B347D) is known color: Dark Cerulean. HEX triplet: 0B, 34 and 7D. RGB value is (11,52,125). Sum of RGB (Red+Green+Blue) = 11+52+125=188 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.85% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 125 (49.22% from 255 or 66.49% from 188); Max value from RGB is 125 - color contains mainly: blue. Hex color #0B347D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B347D is #F4CB82. Grayscale: #2F2F2F. Windows color (decimal): -16042883 or 8205323. OLE color: 8205323.
HSL color Cylindrical-coordinate representation of color #0B347D: hue angle of 218.42º 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 #0B347D is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 11 | 52 | 125 | - |
| CMYK | 0.91 | 0.58 | 0 | 0.51 |
| HSL | 218.42º | 0.84% | 0.27% | - |
| HSV(B) | 218.42º | 0.91% | 0.49% | - |
| XYZ | 5.07 | 4.01 | 19.91 | - |
| YUV | 48.06 | 171.42 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 52 | 125 | 0.91 | 0.58 | 0 | 0.51 | 218.42 | 0.84 | 0.27 |
| Hex | B | 34 | 7D | 5B | 3A | 0 | 33 | DA | 54 | 1B |
| Octal | 13 | 64 | 175 | 133 | 72 | 0 | 63 | 332 | 124 | 33 |
| Binary | 1011 | 110100 | 1111101 | 1011011 | 111010 | 0 | 110011 | 11011010 | 1010100 | 11011 |
Color Harmonies of #0B347D
Complementary color
Monochromatic Colors of #0B347D
Black with #0B347D
Text Example
Text Example
White with #0B347D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B347D; }
p { color: rgb(11,52,125); }
H1.HeaderClassName
{
color: #0B347D;
}
.AnyTagClassName
{
color: #0B347D;
}
</style>
background-color css
<style>
a { background-color: #0B347D; }
a { background-color: rgb(11,52,125); }
div.DivClassName
{
background-color: #0B347D;
}
.BgClassName
{
background-color: #0B347D;
}
</style>
border-color css
<style>
span { border-color: #0B347D; }
span { border-color: rgb(11,52,125); }
td.TdClassName
{
border-color: #0B347D;
}
.TagClassName
{
border-color: #0B347D;
}
</style>