Shades of Dark Cerulean #0D3B7C
Tints of Dark Cerulean #0D3B7C
RGB
CMYK
RGB Variations
Color information
#0D3B7C (or 0x0D3B7C) is known color: Dark Cerulean. HEX triplet: 0D, 3B and 7C. RGB value is (13,59,124). Sum of RGB (Red+Green+Blue) = 13+59+124=196 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.63% from 196); Green value is 59 (23.44% from 255 or 30.10% from 196); Blue value is 124 (48.83% from 255 or 63.27% from 196); Max value from RGB is 124 - color contains mainly: blue. Hex color #0D3B7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3B7C is #F2C483. Grayscale: #343434. Windows color (decimal): -15910020 or 8141581. OLE color: 8141581.
HSL color Cylindrical-coordinate representation of color #0D3B7C: hue angle of 215.14º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D3B7C is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 13 | 59 | 124 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.51 |
| HSL | 215.14º | 0.81% | 0.27% | - |
| HSV(B) | 215.14º | 0.9% | 0.49% | - |
| XYZ | 5.37 | 4.67 | 19.69 | - |
| YUV | 52.66 | 168.26 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 59 | 124 | 0.90 | 0.52 | 0 | 0.51 | 215.14 | 0.81 | 0.27 |
| Hex | D | 3B | 7C | 5A | 34 | 0 | 33 | D7 | 51 | 1B |
| Octal | 15 | 73 | 174 | 132 | 64 | 0 | 63 | 327 | 121 | 33 |
| Binary | 1101 | 111011 | 1111100 | 1011010 | 110100 | 0 | 110011 | 11010111 | 1010001 | 11011 |
Color Harmonies of #0D3B7C
Complementary color
Monochromatic Colors of #0D3B7C
Black with #0D3B7C
Text Example
Text Example
White with #0D3B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3B7C; }
p { color: rgb(13,59,124); }
H1.HeaderClassName
{
color: #0D3B7C;
}
.AnyTagClassName
{
color: #0D3B7C;
}
</style>
background-color css
<style>
a { background-color: #0D3B7C; }
a { background-color: rgb(13,59,124); }
div.DivClassName
{
background-color: #0D3B7C;
}
.BgClassName
{
background-color: #0D3B7C;
}
</style>
border-color css
<style>
span { border-color: #0D3B7C; }
span { border-color: rgb(13,59,124); }
td.TdClassName
{
border-color: #0D3B7C;
}
.TagClassName
{
border-color: #0D3B7C;
}
</style>