Shades of Dark Cerulean #0D4B7E
Tints of Dark Cerulean #0D4B7E
RGB
CMYK
RGB Variations
Color information
#0D4B7E (or 0x0D4B7E) is known color: Dark Cerulean. HEX triplet: 0D, 4B and 7E. RGB value is (13,75,126). Sum of RGB (Red+Green+Blue) = 13+75+126=214 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.07% from 214); Green value is 75 (29.69% from 255 or 35.05% from 214); Blue value is 126 (49.61% from 255 or 58.88% from 214); Max value from RGB is 126 - color contains mainly: blue. Hex color #0D4B7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4B7E is #F2B481. Grayscale: #3E3E3E. Windows color (decimal): -15905922 or 8276749. OLE color: 8276749.
HSL color Cylindrical-coordinate representation of color #0D4B7E: hue angle of 207.08º 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 #0D4B7E is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 13 | 75 | 126 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.51 |
| HSL | 207.08º | 0.81% | 0.27% | - |
| HSV(B) | 207.08º | 0.9% | 0.49% | - |
| XYZ | 6.45 | 6.62 | 20.68 | - |
| YUV | 62.28 | 163.96 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 75 | 126 | 0.90 | 0.40 | 0 | 0.51 | 207.08 | 0.81 | 0.27 |
| Hex | D | 4B | 7E | 5A | 28 | 0 | 33 | CF | 51 | 1B |
| Octal | 15 | 113 | 176 | 132 | 50 | 0 | 63 | 317 | 121 | 33 |
| Binary | 1101 | 1001011 | 1111110 | 1011010 | 101000 | 0 | 110011 | 11001111 | 1010001 | 11011 |
Color Harmonies of #0D4B7E
Complementary color
Monochromatic Colors of #0D4B7E
Black with #0D4B7E
Text Example
Text Example
White with #0D4B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4B7E; }
p { color: rgb(13,75,126); }
H1.HeaderClassName
{
color: #0D4B7E;
}
.AnyTagClassName
{
color: #0D4B7E;
}
</style>
background-color css
<style>
a { background-color: #0D4B7E; }
a { background-color: rgb(13,75,126); }
div.DivClassName
{
background-color: #0D4B7E;
}
.BgClassName
{
background-color: #0D4B7E;
}
</style>
border-color css
<style>
span { border-color: #0D4B7E; }
span { border-color: rgb(13,75,126); }
td.TdClassName
{
border-color: #0D4B7E;
}
.TagClassName
{
border-color: #0D4B7E;
}
</style>