Shades of Dark Cerulean #0D4883
Tints of Dark Cerulean #0D4883
RGB
CMYK
RGB Variations
Color information
#0D4883 (or 0x0D4883) is known color: Dark Cerulean. HEX triplet: 0D, 48 and 83. RGB value is (13,72,131). Sum of RGB (Red+Green+Blue) = 13+72+131=216 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.02% from 216); Green value is 72 (28.52% from 255 or 33.33% from 216); Blue value is 131 (51.56% from 255 or 60.65% from 216); Max value from RGB is 131 - color contains mainly: blue. Hex color #0D4883 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D4883 is #F2B77C. Grayscale: #3C3C3C. Windows color (decimal): -15906685 or 8603661. OLE color: 8603661.
HSL color Cylindrical-coordinate representation of color #0D4883: hue angle of 210º 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 #0D4883 is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 13 | 72 | 131 | - |
| CMYK | 0.90 | 0.45 | 0 | 0.49 |
| HSL | 210º | 0.82% | 0.28% | - |
| HSV(B) | 210º | 0.9% | 0.51% | - |
| XYZ | 6.58 | 6.36 | 22.35 | - |
| YUV | 61.09 | 167.45 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 72 | 131 | 0.90 | 0.45 | 0 | 0.49 | 210 | 0.82 | 0.28 |
| Hex | D | 48 | 83 | 5A | 2D | 0 | 31 | D2 | 52 | 1C |
| Octal | 15 | 110 | 203 | 132 | 55 | 0 | 61 | 322 | 122 | 34 |
| Binary | 1101 | 1001000 | 10000011 | 1011010 | 101101 | 0 | 110001 | 11010010 | 1010010 | 11100 |
Color Harmonies of #0D4883
Complementary color
Monochromatic Colors of #0D4883
Black with #0D4883
Text Example
Text Example
White with #0D4883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4883; }
p { color: rgb(13,72,131); }
H1.HeaderClassName
{
color: #0D4883;
}
.AnyTagClassName
{
color: #0D4883;
}
</style>
background-color css
<style>
a { background-color: #0D4883; }
a { background-color: rgb(13,72,131); }
div.DivClassName
{
background-color: #0D4883;
}
.BgClassName
{
background-color: #0D4883;
}
</style>
border-color css
<style>
span { border-color: #0D4883; }
span { border-color: rgb(13,72,131); }
td.TdClassName
{
border-color: #0D4883;
}
.TagClassName
{
border-color: #0D4883;
}
</style>