Shades of Dark Cerulean #0D3685
Tints of Dark Cerulean #0D3685
RGB
CMYK
RGB Variations
Color information
#0D3685 (or 0x0D3685) is known color: Dark Cerulean. HEX triplet: 0D, 36 and 85. RGB value is (13,54,133). Sum of RGB (Red+Green+Blue) = 13+54+133=200 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.5% from 200); Green value is 54 (21.48% from 255 or 27% from 200); Blue value is 133 (52.34% from 255 or 66.5% from 200); Max value from RGB is 133 - color contains mainly: blue. Hex color #0D3685 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3685 is #F2C97A. Grayscale: #323232. Windows color (decimal): -15911291 or 8730125. OLE color: 8730125.
HSL color Cylindrical-coordinate representation of color #0D3685: hue angle of 219.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D3685 is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 13 | 54 | 133 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.48 |
| HSL | 219.5º | 0.82% | 0.29% | - |
| HSV(B) | 219.5º | 0.9% | 0.52% | - |
| XYZ | 5.72 | 4.42 | 22.74 | - |
| YUV | 50.75 | 174.42 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 54 | 133 | 0.90 | 0.59 | 0 | 0.48 | 219.5 | 0.82 | 0.29 |
| Hex | D | 36 | 85 | 5A | 3B | 0 | 30 | DC | 52 | 1D |
| Octal | 15 | 66 | 205 | 132 | 73 | 0 | 60 | 334 | 122 | 35 |
| Binary | 1101 | 110110 | 10000101 | 1011010 | 111011 | 0 | 110000 | 11011100 | 1010010 | 11101 |
Color Harmonies of #0D3685
Complementary color
Monochromatic Colors of #0D3685
Black with #0D3685
Text Example
Text Example
White with #0D3685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3685; }
p { color: rgb(13,54,133); }
H1.HeaderClassName
{
color: #0D3685;
}
.AnyTagClassName
{
color: #0D3685;
}
</style>
background-color css
<style>
a { background-color: #0D3685; }
a { background-color: rgb(13,54,133); }
div.DivClassName
{
background-color: #0D3685;
}
.BgClassName
{
background-color: #0D3685;
}
</style>
border-color css
<style>
span { border-color: #0D3685; }
span { border-color: rgb(13,54,133); }
td.TdClassName
{
border-color: #0D3685;
}
.TagClassName
{
border-color: #0D3685;
}
</style>