Shades of Dark Cerulean #0D3884
Tints of Dark Cerulean #0D3884
RGB
CMYK
RGB Variations
Color information
#0D3884 (or 0x0D3884) is known color: Dark Cerulean. HEX triplet: 0D, 38 and 84. RGB value is (13,56,132). Sum of RGB (Red+Green+Blue) = 13+56+132=201 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.47% from 201); Green value is 56 (22.27% from 255 or 27.86% from 201); Blue value is 132 (51.95% from 255 or 65.67% from 201); Max value from RGB is 132 - color contains mainly: blue. Hex color #0D3884 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3884 is #F2C77B. Grayscale: #333333. Windows color (decimal): -15910780 or 8665101. OLE color: 8665101.
HSL color Cylindrical-coordinate representation of color #0D3884: hue angle of 218.32º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D3884 is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 13 | 56 | 132 | - |
| CMYK | 0.90 | 0.58 | 0 | 0.48 |
| HSL | 218.32º | 0.82% | 0.28% | - |
| HSV(B) | 218.32º | 0.9% | 0.52% | - |
| XYZ | 5.75 | 4.58 | 22.41 | - |
| YUV | 51.81 | 173.25 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 56 | 132 | 0.90 | 0.58 | 0 | 0.48 | 218.32 | 0.82 | 0.28 |
| Hex | D | 38 | 84 | 5A | 3A | 0 | 30 | DA | 52 | 1C |
| Octal | 15 | 70 | 204 | 132 | 72 | 0 | 60 | 332 | 122 | 34 |
| Binary | 1101 | 111000 | 10000100 | 1011010 | 111010 | 0 | 110000 | 11011010 | 1010010 | 11100 |
Color Harmonies of #0D3884
Complementary color
Monochromatic Colors of #0D3884
Black with #0D3884
Text Example
Text Example
White with #0D3884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3884; }
p { color: rgb(13,56,132); }
H1.HeaderClassName
{
color: #0D3884;
}
.AnyTagClassName
{
color: #0D3884;
}
</style>
background-color css
<style>
a { background-color: #0D3884; }
a { background-color: rgb(13,56,132); }
div.DivClassName
{
background-color: #0D3884;
}
.BgClassName
{
background-color: #0D3884;
}
</style>
border-color css
<style>
span { border-color: #0D3884; }
span { border-color: rgb(13,56,132); }
td.TdClassName
{
border-color: #0D3884;
}
.TagClassName
{
border-color: #0D3884;
}
</style>