Shades of Dark Cerulean #0D3A83
Tints of Dark Cerulean #0D3A83
RGB
CMYK
RGB Variations
Color information
#0D3A83 (or 0x0D3A83) is known color: Dark Cerulean. HEX triplet: 0D, 3A and 83. RGB value is (13,58,131). Sum of RGB (Red+Green+Blue) = 13+58+131=202 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.44% from 202); Green value is 58 (23.05% from 255 or 28.71% from 202); Blue value is 131 (51.56% from 255 or 64.85% from 202); Max value from RGB is 131 - color contains mainly: blue. Hex color #0D3A83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3A83 is #F2C57C. Grayscale: #343434. Windows color (decimal): -15910269 or 8600077. OLE color: 8600077.
HSL color Cylindrical-coordinate representation of color #0D3A83: hue angle of 217.12º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D3A83 is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 13 | 58 | 131 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.49 |
| HSL | 217.12º | 0.82% | 0.28% | - |
| HSV(B) | 217.12º | 0.9% | 0.51% | - |
| XYZ | 5.78 | 4.75 | 22.09 | - |
| YUV | 52.87 | 172.09 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 58 | 131 | 0.90 | 0.56 | 0 | 0.49 | 217.12 | 0.82 | 0.28 |
| Hex | D | 3A | 83 | 5A | 38 | 0 | 31 | D9 | 52 | 1C |
| Octal | 15 | 72 | 203 | 132 | 70 | 0 | 61 | 331 | 122 | 34 |
| Binary | 1101 | 111010 | 10000011 | 1011010 | 111000 | 0 | 110001 | 11011001 | 1010010 | 11100 |
Color Harmonies of #0D3A83
Complementary color
Monochromatic Colors of #0D3A83
Black with #0D3A83
Text Example
Text Example
White with #0D3A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3A83; }
p { color: rgb(13,58,131); }
H1.HeaderClassName
{
color: #0D3A83;
}
.AnyTagClassName
{
color: #0D3A83;
}
</style>
background-color css
<style>
a { background-color: #0D3A83; }
a { background-color: rgb(13,58,131); }
div.DivClassName
{
background-color: #0D3A83;
}
.BgClassName
{
background-color: #0D3A83;
}
</style>
border-color css
<style>
span { border-color: #0D3A83; }
span { border-color: rgb(13,58,131); }
td.TdClassName
{
border-color: #0D3A83;
}
.TagClassName
{
border-color: #0D3A83;
}
</style>