Shades of Dark Cerulean #0D4790
Tints of Dark Cerulean #0D4790
RGB
CMYK
RGB Variations
Color information
#0D4790 (or 0x0D4790) is known color: Dark Cerulean. HEX triplet: 0D, 47 and 90. RGB value is (13,71,144). Sum of RGB (Red+Green+Blue) = 13+71+144=228 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.70% from 228); Green value is 71 (28.12% from 255 or 31.14% from 228); Blue value is 144 (56.64% from 255 or 63.16% from 228); Max value from RGB is 144 - color contains mainly: blue. Hex color #0D4790 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D4790 is #F2B86F. Grayscale: #3D3D3D. Windows color (decimal): -15906928 or 9455373. OLE color: 9455373.
HSL color Cylindrical-coordinate representation of color #0D4790: hue angle of 213.44º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D4790 is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 13 | 71 | 144 | - |
| CMYK | 0.91 | 0.51 | 0 | 0.44 |
| HSL | 213.44º | 0.83% | 0.31% | - |
| HSV(B) | 213.44º | 0.91% | 0.56% | - |
| XYZ | 7.45 | 6.61 | 27.27 | - |
| YUV | 61.98 | 174.28 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 71 | 144 | 0.91 | 0.51 | 0 | 0.44 | 213.44 | 0.83 | 0.31 |
| Hex | D | 47 | 90 | 5B | 33 | 0 | 2C | D5 | 53 | 1F |
| Octal | 15 | 107 | 220 | 133 | 63 | 0 | 54 | 325 | 123 | 37 |
| Binary | 1101 | 1000111 | 10010000 | 1011011 | 110011 | 0 | 101100 | 11010101 | 1010011 | 11111 |
Color Harmonies of #0D4790
Complementary color
Monochromatic Colors of #0D4790
Black with #0D4790
Text Example
Text Example
White with #0D4790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4790; }
p { color: rgb(13,71,144); }
H1.HeaderClassName
{
color: #0D4790;
}
.AnyTagClassName
{
color: #0D4790;
}
</style>
background-color css
<style>
a { background-color: #0D4790; }
a { background-color: rgb(13,71,144); }
div.DivClassName
{
background-color: #0D4790;
}
.BgClassName
{
background-color: #0D4790;
}
</style>
border-color css
<style>
span { border-color: #0D4790; }
span { border-color: rgb(13,71,144); }
td.TdClassName
{
border-color: #0D4790;
}
.TagClassName
{
border-color: #0D4790;
}
</style>