Shades of Dark Cerulean #0B4280
Tints of Dark Cerulean #0B4280
RGB
CMYK
RGB Variations
Color information
#0B4280 (or 0x0B4280) is known color: Dark Cerulean. HEX triplet: 0B, 42 and 80. RGB value is (11,66,128). Sum of RGB (Red+Green+Blue) = 11+66+128=205 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.37% from 205); Green value is 66 (26.17% from 255 or 32.20% from 205); Blue value is 128 (50.39% from 255 or 62.44% from 205); Max value from RGB is 128 - color contains mainly: blue. Hex color #0B4280 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B4280 is #F4BD7F. Grayscale: #383838. Windows color (decimal): -16039296 or 8405515. OLE color: 8405515.
HSL color Cylindrical-coordinate representation of color #0B4280: hue angle of 211.79º 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 #0B4280 is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 11 | 66 | 128 | - |
| CMYK | 0.91 | 0.48 | 0 | 0.50 |
| HSL | 211.79º | 0.84% | 0.27% | - |
| HSV(B) | 211.79º | 0.91% | 0.5% | - |
| XYZ | 5.98 | 5.53 | 21.17 | - |
| YUV | 56.62 | 168.28 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 66 | 128 | 0.91 | 0.48 | 0 | 0.50 | 211.79 | 0.84 | 0.27 |
| Hex | B | 42 | 80 | 5B | 30 | 0 | 32 | D4 | 54 | 1B |
| Octal | 13 | 102 | 200 | 133 | 60 | 0 | 62 | 324 | 124 | 33 |
| Binary | 1011 | 1000010 | 10000000 | 1011011 | 110000 | 0 | 110010 | 11010100 | 1010100 | 11011 |
Color Harmonies of #0B4280
Complementary color
Monochromatic Colors of #0B4280
Black with #0B4280
Text Example
Text Example
White with #0B4280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4280; }
p { color: rgb(11,66,128); }
H1.HeaderClassName
{
color: #0B4280;
}
.AnyTagClassName
{
color: #0B4280;
}
</style>
background-color css
<style>
a { background-color: #0B4280; }
a { background-color: rgb(11,66,128); }
div.DivClassName
{
background-color: #0B4280;
}
.BgClassName
{
background-color: #0B4280;
}
</style>
border-color css
<style>
span { border-color: #0B4280; }
span { border-color: rgb(11,66,128); }
td.TdClassName
{
border-color: #0B4280;
}
.TagClassName
{
border-color: #0B4280;
}
</style>