Shades of Dark Cerulean #0D4E75
Tints of Dark Cerulean #0D4E75
RGB
CMYK
RGB Variations
Color information
#0D4E75 (or 0x0D4E75) is known color: Dark Cerulean. HEX triplet: 0D, 4E and 75. RGB value is (13,78,117). Sum of RGB (Red+Green+Blue) = 13+78+117=208 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.25% from 208); Green value is 78 (30.86% from 255 or 37.5% from 208); Blue value is 117 (46.09% from 255 or 56.25% from 208); Max value from RGB is 117 - color contains mainly: blue. Hex color #0D4E75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D4E75 is #F2B18A. Grayscale: #3E3E3E. Windows color (decimal): -15905163 or 7687693. OLE color: 7687693.
HSL color Cylindrical-coordinate representation of color #0D4E75: hue angle of 202.5º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D4E75 is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 13 | 78 | 117 | - |
| CMYK | 0.89 | 0.33 | 0 | 0.54 |
| HSL | 202.5º | 0.8% | 0.25% | - |
| HSV(B) | 202.5º | 0.89% | 0.46% | - |
| XYZ | 6.1 | 6.82 | 17.82 | - |
| YUV | 63.01 | 158.47 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 78 | 117 | 0.89 | 0.33 | 0 | 0.54 | 202.5 | 0.8 | 0.25 |
| Hex | D | 4E | 75 | 59 | 21 | 0 | 36 | CA | 50 | 19 |
| Octal | 15 | 116 | 165 | 131 | 41 | 0 | 66 | 312 | 120 | 31 |
| Binary | 1101 | 1001110 | 1110101 | 1011001 | 100001 | 0 | 110110 | 11001010 | 1010000 | 11001 |
Color Harmonies of #0D4E75
Complementary color
Monochromatic Colors of #0D4E75
Black with #0D4E75
Text Example
Text Example
White with #0D4E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4E75; }
p { color: rgb(13,78,117); }
H1.HeaderClassName
{
color: #0D4E75;
}
.AnyTagClassName
{
color: #0D4E75;
}
</style>
background-color css
<style>
a { background-color: #0D4E75; }
a { background-color: rgb(13,78,117); }
div.DivClassName
{
background-color: #0D4E75;
}
.BgClassName
{
background-color: #0D4E75;
}
</style>
border-color css
<style>
span { border-color: #0D4E75; }
span { border-color: rgb(13,78,117); }
td.TdClassName
{
border-color: #0D4E75;
}
.TagClassName
{
border-color: #0D4E75;
}
</style>