Shades of Dark Cerulean #0B407B
Tints of Dark Cerulean #0B407B
RGB
CMYK
RGB Variations
Color information
#0B407B (or 0x0B407B) is known color: Dark Cerulean. HEX triplet: 0B, 40 and 7B. RGB value is (11,64,123). Sum of RGB (Red+Green+Blue) = 11+64+123=198 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.56% from 198); Green value is 64 (25.39% from 255 or 32.32% from 198); Blue value is 123 (48.44% from 255 or 62.12% from 198); Max value from RGB is 123 - color contains mainly: blue. Hex color #0B407B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B407B is #F4BF84. Grayscale: #363636. Windows color (decimal): -16039813 or 8077323. OLE color: 8077323.
HSL color Cylindrical-coordinate representation of color #0B407B: hue angle of 211.61º 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 #0B407B is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 11 | 64 | 123 | - |
| CMYK | 0.91 | 0.48 | 0 | 0.52 |
| HSL | 211.61º | 0.84% | 0.26% | - |
| HSV(B) | 211.61º | 0.91% | 0.48% | - |
| XYZ | 5.55 | 5.17 | 19.44 | - |
| YUV | 54.88 | 166.44 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 64 | 123 | 0.91 | 0.48 | 0 | 0.52 | 211.61 | 0.84 | 0.26 |
| Hex | B | 40 | 7B | 5B | 30 | 0 | 34 | D4 | 54 | 1A |
| Octal | 13 | 100 | 173 | 133 | 60 | 0 | 64 | 324 | 124 | 32 |
| Binary | 1011 | 1000000 | 1111011 | 1011011 | 110000 | 0 | 110100 | 11010100 | 1010100 | 11010 |
Color Harmonies of #0B407B
Complementary color
Monochromatic Colors of #0B407B
Black with #0B407B
Text Example
Text Example
White with #0B407B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B407B; }
p { color: rgb(11,64,123); }
H1.HeaderClassName
{
color: #0B407B;
}
.AnyTagClassName
{
color: #0B407B;
}
</style>
background-color css
<style>
a { background-color: #0B407B; }
a { background-color: rgb(11,64,123); }
div.DivClassName
{
background-color: #0B407B;
}
.BgClassName
{
background-color: #0B407B;
}
</style>
border-color css
<style>
span { border-color: #0B407B; }
span { border-color: rgb(11,64,123); }
td.TdClassName
{
border-color: #0B407B;
}
.TagClassName
{
border-color: #0B407B;
}
</style>