Shades of Dark Cerulean #0D4D7C
Tints of Dark Cerulean #0D4D7C
RGB
CMYK
RGB Variations
Color information
#0D4D7C (or 0x0D4D7C) is known color: Dark Cerulean. HEX triplet: 0D, 4D and 7C. RGB value is (13,77,124). Sum of RGB (Red+Green+Blue) = 13+77+124=214 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.07% from 214); Green value is 77 (30.47% from 255 or 35.98% from 214); Blue value is 124 (48.83% from 255 or 57.94% from 214); Max value from RGB is 124 - color contains mainly: blue. Hex color #0D4D7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D4D7C is #F2B283. Grayscale: #3E3E3E. Windows color (decimal): -15905412 or 8146189. OLE color: 8146189.
HSL color Cylindrical-coordinate representation of color #0D4D7C: hue angle of 205.41º 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 #0D4D7C is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 13 | 77 | 124 | - |
| CMYK | 0.90 | 0.38 | 0 | 0.51 |
| HSL | 205.41º | 0.81% | 0.27% | - |
| HSV(B) | 205.41º | 0.9% | 0.49% | - |
| XYZ | 6.46 | 6.85 | 20.05 | - |
| YUV | 63.22 | 162.3 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 77 | 124 | 0.90 | 0.38 | 0 | 0.51 | 205.41 | 0.81 | 0.27 |
| Hex | D | 4D | 7C | 5A | 26 | 0 | 33 | CD | 51 | 1B |
| Octal | 15 | 115 | 174 | 132 | 46 | 0 | 63 | 315 | 121 | 33 |
| Binary | 1101 | 1001101 | 1111100 | 1011010 | 100110 | 0 | 110011 | 11001101 | 1010001 | 11011 |
Color Harmonies of #0D4D7C
Complementary color
Monochromatic Colors of #0D4D7C
Black with #0D4D7C
Text Example
Text Example
White with #0D4D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4D7C; }
p { color: rgb(13,77,124); }
H1.HeaderClassName
{
color: #0D4D7C;
}
.AnyTagClassName
{
color: #0D4D7C;
}
</style>
background-color css
<style>
a { background-color: #0D4D7C; }
a { background-color: rgb(13,77,124); }
div.DivClassName
{
background-color: #0D4D7C;
}
.BgClassName
{
background-color: #0D4D7C;
}
</style>
border-color css
<style>
span { border-color: #0D4D7C; }
span { border-color: rgb(13,77,124); }
td.TdClassName
{
border-color: #0D4D7C;
}
.TagClassName
{
border-color: #0D4D7C;
}
</style>