Shades of Dark Cerulean #0B547D
Tints of Dark Cerulean #0B547D
RGB
CMYK
RGB Variations
Color information
#0B547D (or 0x0B547D) is known color: Dark Cerulean. HEX triplet: 0B, 54 and 7D. RGB value is (11,84,125). Sum of RGB (Red+Green+Blue) = 11+84+125=220 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5% from 220); Green value is 84 (33.20% from 255 or 38.18% from 220); Blue value is 125 (49.22% from 255 or 56.82% from 220); Max value from RGB is 125 - color contains mainly: blue. Hex color #0B547D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B547D is #F4AB82. Grayscale: #424242. Windows color (decimal): -16034691 or 8213515. OLE color: 8213515.
HSL color Cylindrical-coordinate representation of color #0B547D: hue angle of 201.58º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B547D is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 11 | 84 | 125 | - |
| CMYK | 0.91 | 0.33 | 0 | 0.51 |
| HSL | 201.58º | 0.84% | 0.27% | - |
| HSV(B) | 201.58º | 0.91% | 0.49% | - |
| XYZ | 7.01 | 7.89 | 20.56 | - |
| YUV | 66.85 | 160.82 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 84 | 125 | 0.91 | 0.33 | 0 | 0.51 | 201.58 | 0.84 | 0.27 |
| Hex | B | 54 | 7D | 5B | 21 | 0 | 33 | CA | 54 | 1B |
| Octal | 13 | 124 | 175 | 133 | 41 | 0 | 63 | 312 | 124 | 33 |
| Binary | 1011 | 1010100 | 1111101 | 1011011 | 100001 | 0 | 110011 | 11001010 | 1010100 | 11011 |
Color Harmonies of #0B547D
Complementary color
Monochromatic Colors of #0B547D
Black with #0B547D
Text Example
Text Example
White with #0B547D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B547D; }
p { color: rgb(11,84,125); }
H1.HeaderClassName
{
color: #0B547D;
}
.AnyTagClassName
{
color: #0B547D;
}
</style>
background-color css
<style>
a { background-color: #0B547D; }
a { background-color: rgb(11,84,125); }
div.DivClassName
{
background-color: #0B547D;
}
.BgClassName
{
background-color: #0B547D;
}
</style>
border-color css
<style>
span { border-color: #0B547D; }
span { border-color: rgb(11,84,125); }
td.TdClassName
{
border-color: #0B547D;
}
.TagClassName
{
border-color: #0B547D;
}
</style>