Shades of Dark Cerulean #0D567E
Tints of Dark Cerulean #0D567E
RGB
CMYK
RGB Variations
Color information
#0D567E (or 0x0D567E) is known color: Dark Cerulean. HEX triplet: 0D, 56 and 7E. RGB value is (13,86,126). Sum of RGB (Red+Green+Blue) = 13+86+126=225 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.78% from 225); Green value is 86 (33.98% from 255 or 38.22% from 225); Blue value is 126 (49.61% from 255 or 56% from 225); Max value from RGB is 126 - color contains mainly: blue. Hex color #0D567E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D567E is #F2A981. Grayscale: #444444. Windows color (decimal): -15903106 or 8279565. OLE color: 8279565.
HSL color Cylindrical-coordinate representation of color #0D567E: hue angle of 201.24º 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 #0D567E is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 13 | 86 | 126 | - |
| CMYK | 0.90 | 0.32 | 0 | 0.51 |
| HSL | 201.24º | 0.81% | 0.27% | - |
| HSV(B) | 201.24º | 0.9% | 0.49% | - |
| XYZ | 7.26 | 8.25 | 20.95 | - |
| YUV | 68.73 | 160.32 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 86 | 126 | 0.90 | 0.32 | 0 | 0.51 | 201.24 | 0.81 | 0.27 |
| Hex | D | 56 | 7E | 5A | 20 | 0 | 33 | C9 | 51 | 1B |
| Octal | 15 | 126 | 176 | 132 | 40 | 0 | 63 | 311 | 121 | 33 |
| Binary | 1101 | 1010110 | 1111110 | 1011010 | 100000 | 0 | 110011 | 11001001 | 1010001 | 11011 |
Color Harmonies of #0D567E
Complementary color
Monochromatic Colors of #0D567E
Black with #0D567E
Text Example
Text Example
White with #0D567E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D567E; }
p { color: rgb(13,86,126); }
H1.HeaderClassName
{
color: #0D567E;
}
.AnyTagClassName
{
color: #0D567E;
}
</style>
background-color css
<style>
a { background-color: #0D567E; }
a { background-color: rgb(13,86,126); }
div.DivClassName
{
background-color: #0D567E;
}
.BgClassName
{
background-color: #0D567E;
}
</style>
border-color css
<style>
span { border-color: #0D567E; }
span { border-color: rgb(13,86,126); }
td.TdClassName
{
border-color: #0D567E;
}
.TagClassName
{
border-color: #0D567E;
}
</style>