Shades of Dark Cerulean #0B577E
Tints of Dark Cerulean #0B577E
RGB
CMYK
RGB Variations
Color information
#0B577E (or 0x0B577E) is known color: Dark Cerulean. HEX triplet: 0B, 57 and 7E. RGB value is (11,87,126). Sum of RGB (Red+Green+Blue) = 11+87+126=224 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.91% from 224); Green value is 87 (34.38% from 255 or 38.84% from 224); Blue value is 126 (49.61% from 255 or 56.25% from 224); Max value from RGB is 126 - color contains mainly: blue. Hex color #0B577E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B577E is #F4A881. Grayscale: #444444. Windows color (decimal): -16033922 or 8279819. OLE color: 8279819.
HSL color Cylindrical-coordinate representation of color #0B577E: hue angle of 200.35º 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 #0B577E is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 11 | 87 | 126 | - |
| CMYK | 0.91 | 0.31 | 0 | 0.51 |
| HSL | 200.35º | 0.84% | 0.27% | - |
| HSV(B) | 200.35º | 0.91% | 0.49% | - |
| XYZ | 7.31 | 8.39 | 20.97 | - |
| YUV | 68.72 | 160.32 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 87 | 126 | 0.91 | 0.31 | 0 | 0.51 | 200.35 | 0.84 | 0.27 |
| Hex | B | 57 | 7E | 5B | 1F | 0 | 33 | C8 | 54 | 1B |
| Octal | 13 | 127 | 176 | 133 | 37 | 0 | 63 | 310 | 124 | 33 |
| Binary | 1011 | 1010111 | 1111110 | 1011011 | 11111 | 0 | 110011 | 11001000 | 1010100 | 11011 |
Color Harmonies of #0B577E
Complementary color
Monochromatic Colors of #0B577E
Black with #0B577E
Text Example
Text Example
White with #0B577E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B577E; }
p { color: rgb(11,87,126); }
H1.HeaderClassName
{
color: #0B577E;
}
.AnyTagClassName
{
color: #0B577E;
}
</style>
background-color css
<style>
a { background-color: #0B577E; }
a { background-color: rgb(11,87,126); }
div.DivClassName
{
background-color: #0B577E;
}
.BgClassName
{
background-color: #0B577E;
}
</style>
border-color css
<style>
span { border-color: #0B577E; }
span { border-color: rgb(11,87,126); }
td.TdClassName
{
border-color: #0B577E;
}
.TagClassName
{
border-color: #0B577E;
}
</style>