Shades of Dark Cerulean #0B577A
Tints of Dark Cerulean #0B577A
RGB
CMYK
RGB Variations
Color information
#0B577A (or 0x0B577A) is known color: Dark Cerulean. HEX triplet: 0B, 57 and 7A. RGB value is (11,87,122). Sum of RGB (Red+Green+Blue) = 11+87+122=220 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5% from 220); Green value is 87 (34.38% from 255 or 39.55% from 220); Blue value is 122 (48.05% from 255 or 55.45% from 220); Max value from RGB is 122 - color contains mainly: blue. Hex color #0B577A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B577A is #F4A885. Grayscale: #444444. Windows color (decimal): -16033926 or 8017675. OLE color: 8017675.
HSL color Cylindrical-coordinate representation of color #0B577A: hue angle of 198.92º degrees, saturation: 0.83, 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 #0B577A is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 11 | 87 | 122 | - |
| CMYK | 0.91 | 0.29 | 0 | 0.52 |
| HSL | 198.92º | 0.83% | 0.26% | - |
| HSV(B) | 198.92º | 0.91% | 0.48% | - |
| XYZ | 7.06 | 8.29 | 19.64 | - |
| YUV | 68.27 | 158.32 | 87.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 87 | 122 | 0.91 | 0.29 | 0 | 0.52 | 198.92 | 0.83 | 0.26 |
| Hex | B | 57 | 7A | 5B | 1D | 0 | 34 | C7 | 53 | 1A |
| Octal | 13 | 127 | 172 | 133 | 35 | 0 | 64 | 307 | 123 | 32 |
| Binary | 1011 | 1010111 | 1111010 | 1011011 | 11101 | 0 | 110100 | 11000111 | 1010011 | 11010 |
Color Harmonies of #0B577A
Complementary color
Monochromatic Colors of #0B577A
Black with #0B577A
Text Example
Text Example
White with #0B577A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B577A; }
p { color: rgb(11,87,122); }
H1.HeaderClassName
{
color: #0B577A;
}
.AnyTagClassName
{
color: #0B577A;
}
</style>
background-color css
<style>
a { background-color: #0B577A; }
a { background-color: rgb(11,87,122); }
div.DivClassName
{
background-color: #0B577A;
}
.BgClassName
{
background-color: #0B577A;
}
</style>
border-color css
<style>
span { border-color: #0B577A; }
span { border-color: rgb(11,87,122); }
td.TdClassName
{
border-color: #0B577A;
}
.TagClassName
{
border-color: #0B577A;
}
</style>