Shades of Dark Cerulean #0B3875
Tints of Dark Cerulean #0B3875
RGB
CMYK
RGB Variations
Color information
#0B3875 (or 0x0B3875) is known color: Dark Cerulean. HEX triplet: 0B, 38 and 75. RGB value is (11,56,117). Sum of RGB (Red+Green+Blue) = 11+56+117=184 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.98% from 184); Green value is 56 (22.27% from 255 or 30.43% from 184); Blue value is 117 (46.09% from 255 or 63.59% from 184); Max value from RGB is 117 - color contains mainly: blue. Hex color #0B3875 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3875 is #F4C78A. Grayscale: #313131. Windows color (decimal): -16041867 or 7682059. OLE color: 7682059.
HSL color Cylindrical-coordinate representation of color #0B3875: hue angle of 214.53º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B3875 is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 11 | 56 | 117 | - |
| CMYK | 0.91 | 0.52 | 0 | 0.54 |
| HSL | 214.53º | 0.83% | 0.25% | - |
| HSV(B) | 214.53º | 0.91% | 0.46% | - |
| XYZ | 4.76 | 4.18 | 17.39 | - |
| YUV | 49.5 | 166.09 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 56 | 117 | 0.91 | 0.52 | 0 | 0.54 | 214.53 | 0.83 | 0.25 |
| Hex | B | 38 | 75 | 5B | 34 | 0 | 36 | D7 | 53 | 19 |
| Octal | 13 | 70 | 165 | 133 | 64 | 0 | 66 | 327 | 123 | 31 |
| Binary | 1011 | 111000 | 1110101 | 1011011 | 110100 | 0 | 110110 | 11010111 | 1010011 | 11001 |
Color Harmonies of #0B3875
Complementary color
Monochromatic Colors of #0B3875
Black with #0B3875
Text Example
Text Example
White with #0B3875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3875; }
p { color: rgb(11,56,117); }
H1.HeaderClassName
{
color: #0B3875;
}
.AnyTagClassName
{
color: #0B3875;
}
</style>
background-color css
<style>
a { background-color: #0B3875; }
a { background-color: rgb(11,56,117); }
div.DivClassName
{
background-color: #0B3875;
}
.BgClassName
{
background-color: #0B3875;
}
</style>
border-color css
<style>
span { border-color: #0B3875; }
span { border-color: rgb(11,56,117); }
td.TdClassName
{
border-color: #0B3875;
}
.TagClassName
{
border-color: #0B3875;
}
</style>