Shades of Dark Cerulean #0B4281
Tints of Dark Cerulean #0B4281
RGB
CMYK
RGB Variations
Color information
#0B4281 (or 0x0B4281) is known color: Dark Cerulean. HEX triplet: 0B, 42 and 81. RGB value is (11,66,129). Sum of RGB (Red+Green+Blue) = 11+66+129=206 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.34% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 129 (50.78% from 255 or 62.62% from 206); Max value from RGB is 129 - color contains mainly: blue. Hex color #0B4281 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B4281 is #F4BD7E. Grayscale: #383838. Windows color (decimal): -16039295 or 8471051. OLE color: 8471051.
HSL color Cylindrical-coordinate representation of color #0B4281: hue angle of 212.03º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B4281 is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 11 | 66 | 129 | - |
| CMYK | 0.91 | 0.49 | 0 | 0.49 |
| HSL | 212.03º | 0.84% | 0.27% | - |
| HSV(B) | 212.03º | 0.91% | 0.51% | - |
| XYZ | 6.05 | 5.55 | 21.52 | - |
| YUV | 56.74 | 168.78 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 66 | 129 | 0.91 | 0.49 | 0 | 0.49 | 212.03 | 0.84 | 0.27 |
| Hex | B | 42 | 81 | 5B | 31 | 0 | 31 | D4 | 54 | 1B |
| Octal | 13 | 102 | 201 | 133 | 61 | 0 | 61 | 324 | 124 | 33 |
| Binary | 1011 | 1000010 | 10000001 | 1011011 | 110001 | 0 | 110001 | 11010100 | 1010100 | 11011 |
Color Harmonies of #0B4281
Complementary color
Monochromatic Colors of #0B4281
Black with #0B4281
Text Example
Text Example
White with #0B4281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4281; }
p { color: rgb(11,66,129); }
H1.HeaderClassName
{
color: #0B4281;
}
.AnyTagClassName
{
color: #0B4281;
}
</style>
background-color css
<style>
a { background-color: #0B4281; }
a { background-color: rgb(11,66,129); }
div.DivClassName
{
background-color: #0B4281;
}
.BgClassName
{
background-color: #0B4281;
}
</style>
border-color css
<style>
span { border-color: #0B4281; }
span { border-color: rgb(11,66,129); }
td.TdClassName
{
border-color: #0B4281;
}
.TagClassName
{
border-color: #0B4281;
}
</style>