Shades of Dark Cerulean #0D577E
Tints of Dark Cerulean #0D577E
RGB
CMYK
RGB Variations
Color information
#0D577E (or 0x0D577E) is known color: Dark Cerulean. HEX triplet: 0D, 57 and 7E. RGB value is (13,87,126). Sum of RGB (Red+Green+Blue) = 13+87+126=226 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.75% from 226); Green value is 87 (34.38% from 255 or 38.50% from 226); Blue value is 126 (49.61% from 255 or 55.75% from 226); Max value from RGB is 126 - color contains mainly: blue. Hex color #0D577E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D577E is #F2A881. Grayscale: #454545. Windows color (decimal): -15902850 or 8279821. OLE color: 8279821.
HSL color Cylindrical-coordinate representation of color #0D577E: hue angle of 200.71º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D577E is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 13 | 87 | 126 | - |
| CMYK | 0.90 | 0.31 | 0 | 0.51 |
| HSL | 200.71º | 0.81% | 0.27% | - |
| HSV(B) | 200.71º | 0.9% | 0.49% | - |
| XYZ | 7.34 | 8.41 | 20.97 | - |
| YUV | 69.32 | 159.98 | 87.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 87 | 126 | 0.90 | 0.31 | 0 | 0.51 | 200.71 | 0.81 | 0.27 |
| Hex | D | 57 | 7E | 5A | 1F | 0 | 33 | C9 | 51 | 1B |
| Octal | 15 | 127 | 176 | 132 | 37 | 0 | 63 | 311 | 121 | 33 |
| Binary | 1101 | 1010111 | 1111110 | 1011010 | 11111 | 0 | 110011 | 11001001 | 1010001 | 11011 |
Color Harmonies of #0D577E
Complementary color
Monochromatic Colors of #0D577E
Black with #0D577E
Text Example
Text Example
White with #0D577E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D577E; }
p { color: rgb(13,87,126); }
H1.HeaderClassName
{
color: #0D577E;
}
.AnyTagClassName
{
color: #0D577E;
}
</style>
background-color css
<style>
a { background-color: #0D577E; }
a { background-color: rgb(13,87,126); }
div.DivClassName
{
background-color: #0D577E;
}
.BgClassName
{
background-color: #0D577E;
}
</style>
border-color css
<style>
span { border-color: #0D577E; }
span { border-color: rgb(13,87,126); }
td.TdClassName
{
border-color: #0D577E;
}
.TagClassName
{
border-color: #0D577E;
}
</style>