Shades of Dark Cerulean #0D4F76
Tints of Dark Cerulean #0D4F76
RGB
CMYK
RGB Variations
Color information
#0D4F76 (or 0x0D4F76) is known color: Dark Cerulean. HEX triplet: 0D, 4F and 76. RGB value is (13,79,118). Sum of RGB (Red+Green+Blue) = 13+79+118=210 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.19% from 210); Green value is 79 (31.25% from 255 or 37.62% from 210); Blue value is 118 (46.48% from 255 or 56.19% from 210); Max value from RGB is 118 - color contains mainly: blue. Hex color #0D4F76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D4F76 is #F2B089. Grayscale: #3F3F3F. Windows color (decimal): -15904906 or 7753485. OLE color: 7753485.
HSL color Cylindrical-coordinate representation of color #0D4F76: hue angle of 202.29º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D4F76 is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 13 | 79 | 118 | - |
| CMYK | 0.89 | 0.33 | 0 | 0.54 |
| HSL | 202.29º | 0.8% | 0.26% | - |
| HSV(B) | 202.29º | 0.89% | 0.46% | - |
| XYZ | 6.23 | 6.99 | 18.16 | - |
| YUV | 63.71 | 158.63 | 91.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 79 | 118 | 0.89 | 0.33 | 0 | 0.54 | 202.29 | 0.8 | 0.26 |
| Hex | D | 4F | 76 | 59 | 21 | 0 | 36 | CA | 50 | 1A |
| Octal | 15 | 117 | 166 | 131 | 41 | 0 | 66 | 312 | 120 | 32 |
| Binary | 1101 | 1001111 | 1110110 | 1011001 | 100001 | 0 | 110110 | 11001010 | 1010000 | 11010 |
Color Harmonies of #0D4F76
Complementary color
Monochromatic Colors of #0D4F76
Black with #0D4F76
Text Example
Text Example
White with #0D4F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4F76; }
p { color: rgb(13,79,118); }
H1.HeaderClassName
{
color: #0D4F76;
}
.AnyTagClassName
{
color: #0D4F76;
}
</style>
background-color css
<style>
a { background-color: #0D4F76; }
a { background-color: rgb(13,79,118); }
div.DivClassName
{
background-color: #0D4F76;
}
.BgClassName
{
background-color: #0D4F76;
}
</style>
border-color css
<style>
span { border-color: #0D4F76; }
span { border-color: rgb(13,79,118); }
td.TdClassName
{
border-color: #0D4F76;
}
.TagClassName
{
border-color: #0D4F76;
}
</style>