Shades of Dark Cerulean #0B337F
Tints of Dark Cerulean #0B337F
RGB
CMYK
RGB Variations
Color information
#0B337F (or 0x0B337F) is known color: Dark Cerulean. HEX triplet: 0B, 33 and 7F. RGB value is (11,51,127). Sum of RGB (Red+Green+Blue) = 11+51+127=189 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.82% from 189); Green value is 51 (20.31% from 255 or 26.98% from 189); Blue value is 127 (50% from 255 or 67.20% from 189); Max value from RGB is 127 - color contains mainly: blue. Hex color #0B337F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B337F is #F4CC80. Grayscale: #2F2F2F. Windows color (decimal): -16043137 or 8336139. OLE color: 8336139.
HSL color Cylindrical-coordinate representation of color #0B337F: hue angle of 219.31º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B337F is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 11 | 51 | 127 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.50 |
| HSL | 219.31º | 0.84% | 0.27% | - |
| HSV(B) | 219.31º | 0.91% | 0.5% | - |
| XYZ | 5.15 | 3.97 | 20.57 | - |
| YUV | 47.7 | 172.75 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 51 | 127 | 0.91 | 0.60 | 0 | 0.50 | 219.31 | 0.84 | 0.27 |
| Hex | B | 33 | 7F | 5B | 3C | 0 | 32 | DB | 54 | 1B |
| Octal | 13 | 63 | 177 | 133 | 74 | 0 | 62 | 333 | 124 | 33 |
| Binary | 1011 | 110011 | 1111111 | 1011011 | 111100 | 0 | 110010 | 11011011 | 1010100 | 11011 |
Color Harmonies of #0B337F
Complementary color
Monochromatic Colors of #0B337F
Black with #0B337F
Text Example
Text Example
White with #0B337F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B337F; }
p { color: rgb(11,51,127); }
H1.HeaderClassName
{
color: #0B337F;
}
.AnyTagClassName
{
color: #0B337F;
}
</style>
background-color css
<style>
a { background-color: #0B337F; }
a { background-color: rgb(11,51,127); }
div.DivClassName
{
background-color: #0B337F;
}
.BgClassName
{
background-color: #0B337F;
}
</style>
border-color css
<style>
span { border-color: #0B337F; }
span { border-color: rgb(11,51,127); }
td.TdClassName
{
border-color: #0B337F;
}
.TagClassName
{
border-color: #0B337F;
}
</style>