Shades of Dark Cerulean #0D3A7F
Tints of Dark Cerulean #0D3A7F
RGB
CMYK
RGB Variations
Color information
#0D3A7F (or 0x0D3A7F) is known color: Dark Cerulean. HEX triplet: 0D, 3A and 7F. RGB value is (13,58,127). Sum of RGB (Red+Green+Blue) = 13+58+127=198 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.57% from 198); Green value is 58 (23.05% from 255 or 29.29% from 198); Blue value is 127 (50% from 255 or 64.14% from 198); Max value from RGB is 127 - color contains mainly: blue. Hex color #0D3A7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3A7F is #F2C580. Grayscale: #343434. Windows color (decimal): -15910273 or 8337933. OLE color: 8337933.
HSL color Cylindrical-coordinate representation of color #0D3A7F: hue angle of 216.32º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D3A7F is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 13 | 58 | 127 | - |
| CMYK | 0.90 | 0.54 | 0 | 0.50 |
| HSL | 216.32º | 0.81% | 0.27% | - |
| HSV(B) | 216.32º | 0.9% | 0.5% | - |
| XYZ | 5.51 | 4.64 | 20.68 | - |
| YUV | 52.41 | 170.09 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 58 | 127 | 0.90 | 0.54 | 0 | 0.50 | 216.32 | 0.81 | 0.27 |
| Hex | D | 3A | 7F | 5A | 36 | 0 | 32 | D8 | 51 | 1B |
| Octal | 15 | 72 | 177 | 132 | 66 | 0 | 62 | 330 | 121 | 33 |
| Binary | 1101 | 111010 | 1111111 | 1011010 | 110110 | 0 | 110010 | 11011000 | 1010001 | 11011 |
Color Harmonies of #0D3A7F
Complementary color
Monochromatic Colors of #0D3A7F
Black with #0D3A7F
Text Example
Text Example
White with #0D3A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3A7F; }
p { color: rgb(13,58,127); }
H1.HeaderClassName
{
color: #0D3A7F;
}
.AnyTagClassName
{
color: #0D3A7F;
}
</style>
background-color css
<style>
a { background-color: #0D3A7F; }
a { background-color: rgb(13,58,127); }
div.DivClassName
{
background-color: #0D3A7F;
}
.BgClassName
{
background-color: #0D3A7F;
}
</style>
border-color css
<style>
span { border-color: #0D3A7F; }
span { border-color: rgb(13,58,127); }
td.TdClassName
{
border-color: #0D3A7F;
}
.TagClassName
{
border-color: #0D3A7F;
}
</style>