Shades of Dark Cerulean #0B4A7B
Tints of Dark Cerulean #0B4A7B
RGB
CMYK
RGB Variations
Color information
#0B4A7B (or 0x0B4A7B) is known color: Dark Cerulean. HEX triplet: 0B, 4A and 7B. RGB value is (11,74,123). Sum of RGB (Red+Green+Blue) = 11+74+123=208 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.29% from 208); Green value is 74 (29.30% from 255 or 35.58% from 208); Blue value is 123 (48.44% from 255 or 59.13% from 208); Max value from RGB is 123 - color contains mainly: blue. Hex color #0B4A7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B4A7B is #F4B584. Grayscale: #3C3C3C. Windows color (decimal): -16037253 or 8079883. OLE color: 8079883.
HSL color Cylindrical-coordinate representation of color #0B4A7B: hue angle of 206.25º 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 #0B4A7B is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 11 | 74 | 123 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.52 |
| HSL | 206.25º | 0.84% | 0.26% | - |
| HSV(B) | 206.25º | 0.91% | 0.48% | - |
| XYZ | 6.16 | 6.4 | 19.65 | - |
| YUV | 60.75 | 163.13 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 74 | 123 | 0.91 | 0.40 | 0 | 0.52 | 206.25 | 0.84 | 0.26 |
| Hex | B | 4A | 7B | 5B | 28 | 0 | 34 | CE | 54 | 1A |
| Octal | 13 | 112 | 173 | 133 | 50 | 0 | 64 | 316 | 124 | 32 |
| Binary | 1011 | 1001010 | 1111011 | 1011011 | 101000 | 0 | 110100 | 11001110 | 1010100 | 11010 |
Color Harmonies of #0B4A7B
Complementary color
Monochromatic Colors of #0B4A7B
Black with #0B4A7B
Text Example
Text Example
White with #0B4A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4A7B; }
p { color: rgb(11,74,123); }
H1.HeaderClassName
{
color: #0B4A7B;
}
.AnyTagClassName
{
color: #0B4A7B;
}
</style>
background-color css
<style>
a { background-color: #0B4A7B; }
a { background-color: rgb(11,74,123); }
div.DivClassName
{
background-color: #0B4A7B;
}
.BgClassName
{
background-color: #0B4A7B;
}
</style>
border-color css
<style>
span { border-color: #0B4A7B; }
span { border-color: rgb(11,74,123); }
td.TdClassName
{
border-color: #0B4A7B;
}
.TagClassName
{
border-color: #0B4A7B;
}
</style>