Shades of Dark Cerulean #0D3A7A
Tints of Dark Cerulean #0D3A7A
RGB
CMYK
RGB Variations
Color information
#0D3A7A (or 0x0D3A7A) is known color: Dark Cerulean. HEX triplet: 0D, 3A and 7A. RGB value is (13,58,122). Sum of RGB (Red+Green+Blue) = 13+58+122=193 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.74% from 193); Green value is 58 (23.05% from 255 or 30.05% from 193); Blue value is 122 (48.05% from 255 or 63.21% from 193); Max value from RGB is 122 - color contains mainly: blue. Hex color #0D3A7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3A7A is #F2C585. Grayscale: #333333. Windows color (decimal): -15910278 or 8010253. OLE color: 8010253.
HSL color Cylindrical-coordinate representation of color #0D3A7A: hue angle of 215.23º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D3A7A is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 13 | 58 | 122 | - |
| CMYK | 0.89 | 0.52 | 0 | 0.52 |
| HSL | 215.23º | 0.81% | 0.26% | - |
| HSV(B) | 215.23º | 0.89% | 0.48% | - |
| XYZ | 5.19 | 4.52 | 19.01 | - |
| YUV | 51.84 | 167.59 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 58 | 122 | 0.89 | 0.52 | 0 | 0.52 | 215.23 | 0.81 | 0.26 |
| Hex | D | 3A | 7A | 59 | 34 | 0 | 34 | D7 | 51 | 1A |
| Octal | 15 | 72 | 172 | 131 | 64 | 0 | 64 | 327 | 121 | 32 |
| Binary | 1101 | 111010 | 1111010 | 1011001 | 110100 | 0 | 110100 | 11010111 | 1010001 | 11010 |
Color Harmonies of #0D3A7A
Complementary color
Monochromatic Colors of #0D3A7A
Black with #0D3A7A
Text Example
Text Example
White with #0D3A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3A7A; }
p { color: rgb(13,58,122); }
H1.HeaderClassName
{
color: #0D3A7A;
}
.AnyTagClassName
{
color: #0D3A7A;
}
</style>
background-color css
<style>
a { background-color: #0D3A7A; }
a { background-color: rgb(13,58,122); }
div.DivClassName
{
background-color: #0D3A7A;
}
.BgClassName
{
background-color: #0D3A7A;
}
</style>
border-color css
<style>
span { border-color: #0D3A7A; }
span { border-color: rgb(13,58,122); }
td.TdClassName
{
border-color: #0D3A7A;
}
.TagClassName
{
border-color: #0D3A7A;
}
</style>