Shades of Dark Cerulean #0D3680
Tints of Dark Cerulean #0D3680
RGB
CMYK
RGB Variations
Color information
#0D3680 (or 0x0D3680) is known color: Dark Cerulean. HEX triplet: 0D, 36 and 80. RGB value is (13,54,128). Sum of RGB (Red+Green+Blue) = 13+54+128=195 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.67% from 195); Green value is 54 (21.48% from 255 or 27.69% from 195); Blue value is 128 (50.39% from 255 or 65.64% from 195); Max value from RGB is 128 - color contains mainly: blue. Hex color #0D3680 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3680 is #F2C97F. Grayscale: #313131. Windows color (decimal): -15911296 or 8402445. OLE color: 8402445.
HSL color Cylindrical-coordinate representation of color #0D3680: hue angle of 218.61º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D3680 is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 13 | 54 | 128 | - |
| CMYK | 0.90 | 0.58 | 0 | 0.50 |
| HSL | 218.61º | 0.82% | 0.28% | - |
| HSV(B) | 218.61º | 0.9% | 0.5% | - |
| XYZ | 5.38 | 4.28 | 20.97 | - |
| YUV | 50.18 | 171.92 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 54 | 128 | 0.90 | 0.58 | 0 | 0.50 | 218.61 | 0.82 | 0.28 |
| Hex | D | 36 | 80 | 5A | 3A | 0 | 32 | DB | 52 | 1C |
| Octal | 15 | 66 | 200 | 132 | 72 | 0 | 62 | 333 | 122 | 34 |
| Binary | 1101 | 110110 | 10000000 | 1011010 | 111010 | 0 | 110010 | 11011011 | 1010010 | 11100 |
Color Harmonies of #0D3680
Complementary color
Monochromatic Colors of #0D3680
Black with #0D3680
Text Example
Text Example
White with #0D3680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3680; }
p { color: rgb(13,54,128); }
H1.HeaderClassName
{
color: #0D3680;
}
.AnyTagClassName
{
color: #0D3680;
}
</style>
background-color css
<style>
a { background-color: #0D3680; }
a { background-color: rgb(13,54,128); }
div.DivClassName
{
background-color: #0D3680;
}
.BgClassName
{
background-color: #0D3680;
}
</style>
border-color css
<style>
span { border-color: #0D3680; }
span { border-color: rgb(13,54,128); }
td.TdClassName
{
border-color: #0D3680;
}
.TagClassName
{
border-color: #0D3680;
}
</style>