Shades of Dark Cerulean #0B5380
Tints of Dark Cerulean #0B5380
RGB
CMYK
RGB Variations
Color information
#0B5380 (or 0x0B5380) is known color: Dark Cerulean. HEX triplet: 0B, 53 and 80. RGB value is (11,83,128). Sum of RGB (Red+Green+Blue) = 11+83+128=222 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.95% from 222); Green value is 83 (32.81% from 255 or 37.39% from 222); Blue value is 128 (50.39% from 255 or 57.66% from 222); Max value from RGB is 128 - color contains mainly: blue. Hex color #0B5380 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B5380 is #F4AC7F. Grayscale: #424242. Windows color (decimal): -16034944 or 8409867. OLE color: 8409867.
HSL color Cylindrical-coordinate representation of color #0B5380: hue angle of 203.08º 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 #0B5380 is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 11 | 83 | 128 | - |
| CMYK | 0.91 | 0.35 | 0 | 0.50 |
| HSL | 203.08º | 0.84% | 0.27% | - |
| HSV(B) | 203.08º | 0.91% | 0.5% | - |
| XYZ | 7.13 | 7.82 | 21.56 | - |
| YUV | 66.6 | 162.65 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 83 | 128 | 0.91 | 0.35 | 0 | 0.50 | 203.08 | 0.84 | 0.27 |
| Hex | B | 53 | 80 | 5B | 23 | 0 | 32 | CB | 54 | 1B |
| Octal | 13 | 123 | 200 | 133 | 43 | 0 | 62 | 313 | 124 | 33 |
| Binary | 1011 | 1010011 | 10000000 | 1011011 | 100011 | 0 | 110010 | 11001011 | 1010100 | 11011 |
Color Harmonies of #0B5380
Complementary color
Monochromatic Colors of #0B5380
Black with #0B5380
Text Example
Text Example
White with #0B5380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5380; }
p { color: rgb(11,83,128); }
H1.HeaderClassName
{
color: #0B5380;
}
.AnyTagClassName
{
color: #0B5380;
}
</style>
background-color css
<style>
a { background-color: #0B5380; }
a { background-color: rgb(11,83,128); }
div.DivClassName
{
background-color: #0B5380;
}
.BgClassName
{
background-color: #0B5380;
}
</style>
border-color css
<style>
span { border-color: #0B5380; }
span { border-color: rgb(11,83,128); }
td.TdClassName
{
border-color: #0B5380;
}
.TagClassName
{
border-color: #0B5380;
}
</style>