Shades of Dark Cerulean #0D3383
Tints of Dark Cerulean #0D3383
RGB
CMYK
RGB Variations
Color information
#0D3383 (or 0x0D3383) is known color: Dark Cerulean. HEX triplet: 0D, 33 and 83. RGB value is (13,51,131). Sum of RGB (Red+Green+Blue) = 13+51+131=195 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.67% from 195); Green value is 51 (20.31% from 255 or 26.15% from 195); Blue value is 131 (51.56% from 255 or 67.18% from 195); Max value from RGB is 131 - color contains mainly: blue. Hex color #0D3383 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3383 is #F2CC7C. Grayscale: #303030. Windows color (decimal): -15912061 or 8598285. OLE color: 8598285.
HSL color Cylindrical-coordinate representation of color #0D3383: hue angle of 220.68º 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 #0D3383 is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 13 | 51 | 131 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.49 |
| HSL | 220.68º | 0.82% | 0.28% | - |
| HSV(B) | 220.68º | 0.9% | 0.51% | - |
| XYZ | 5.45 | 4.09 | 21.98 | - |
| YUV | 48.76 | 174.41 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 51 | 131 | 0.90 | 0.61 | 0 | 0.49 | 220.68 | 0.82 | 0.28 |
| Hex | D | 33 | 83 | 5A | 3D | 0 | 31 | DD | 52 | 1C |
| Octal | 15 | 63 | 203 | 132 | 75 | 0 | 61 | 335 | 122 | 34 |
| Binary | 1101 | 110011 | 10000011 | 1011010 | 111101 | 0 | 110001 | 11011101 | 1010010 | 11100 |
Color Harmonies of #0D3383
Complementary color
Monochromatic Colors of #0D3383
Black with #0D3383
Text Example
Text Example
White with #0D3383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3383; }
p { color: rgb(13,51,131); }
H1.HeaderClassName
{
color: #0D3383;
}
.AnyTagClassName
{
color: #0D3383;
}
</style>
background-color css
<style>
a { background-color: #0D3383; }
a { background-color: rgb(13,51,131); }
div.DivClassName
{
background-color: #0D3383;
}
.BgClassName
{
background-color: #0D3383;
}
</style>
border-color css
<style>
span { border-color: #0D3383; }
span { border-color: rgb(13,51,131); }
td.TdClassName
{
border-color: #0D3383;
}
.TagClassName
{
border-color: #0D3383;
}
</style>