Shades of Dark Cerulean #0B3A7B
Tints of Dark Cerulean #0B3A7B
RGB
CMYK
RGB Variations
Color information
#0B3A7B (or 0x0B3A7B) is known color: Dark Cerulean. HEX triplet: 0B, 3A and 7B. RGB value is (11,58,123). Sum of RGB (Red+Green+Blue) = 11+58+123=192 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.73% from 192); Green value is 58 (23.05% from 255 or 30.21% from 192); Blue value is 123 (48.44% from 255 or 64.06% from 192); Max value from RGB is 123 - color contains mainly: blue. Hex color #0B3A7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3A7B is #F4C584. Grayscale: #333333. Windows color (decimal): -16041349 or 8075787. OLE color: 8075787.
HSL color Cylindrical-coordinate representation of color #0B3A7B: hue angle of 214.82º degrees, saturation: 0.84, 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 #0B3A7B is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 11 | 58 | 123 | - |
| CMYK | 0.91 | 0.53 | 0 | 0.52 |
| HSL | 214.82º | 0.84% | 0.26% | - |
| HSV(B) | 214.82º | 0.91% | 0.48% | - |
| XYZ | 5.23 | 4.53 | 19.34 | - |
| YUV | 51.36 | 168.43 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 58 | 123 | 0.91 | 0.53 | 0 | 0.52 | 214.82 | 0.84 | 0.26 |
| Hex | B | 3A | 7B | 5B | 35 | 0 | 34 | D7 | 54 | 1A |
| Octal | 13 | 72 | 173 | 133 | 65 | 0 | 64 | 327 | 124 | 32 |
| Binary | 1011 | 111010 | 1111011 | 1011011 | 110101 | 0 | 110100 | 11010111 | 1010100 | 11010 |
Color Harmonies of #0B3A7B
Complementary color
Monochromatic Colors of #0B3A7B
Black with #0B3A7B
Text Example
Text Example
White with #0B3A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3A7B; }
p { color: rgb(11,58,123); }
H1.HeaderClassName
{
color: #0B3A7B;
}
.AnyTagClassName
{
color: #0B3A7B;
}
</style>
background-color css
<style>
a { background-color: #0B3A7B; }
a { background-color: rgb(11,58,123); }
div.DivClassName
{
background-color: #0B3A7B;
}
.BgClassName
{
background-color: #0B3A7B;
}
</style>
border-color css
<style>
span { border-color: #0B3A7B; }
span { border-color: rgb(11,58,123); }
td.TdClassName
{
border-color: #0B3A7B;
}
.TagClassName
{
border-color: #0B3A7B;
}
</style>