Shades of Dark Cerulean #0D498B
Tints of Dark Cerulean #0D498B
RGB
CMYK
RGB Variations
Color information
#0D498B (or 0x0D498B) is known color: Dark Cerulean. HEX triplet: 0D, 49 and 8B. RGB value is (13,73,139). Sum of RGB (Red+Green+Blue) = 13+73+139=225 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.78% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 139 (54.69% from 255 or 61.78% from 225); Max value from RGB is 139 - color contains mainly: blue. Hex color #0D498B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D498B is #F2B674. Grayscale: #3E3E3E. Windows color (decimal): -15906421 or 9128205. OLE color: 9128205.
HSL color Cylindrical-coordinate representation of color #0D498B: hue angle of 211.43º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D498B is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 13 | 73 | 139 | - |
| CMYK | 0.91 | 0.47 | 0 | 0.45 |
| HSL | 211.43º | 0.83% | 0.3% | - |
| HSV(B) | 211.43º | 0.91% | 0.55% | - |
| XYZ | 7.21 | 6.71 | 25.34 | - |
| YUV | 62.58 | 171.12 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 73 | 139 | 0.91 | 0.47 | 0 | 0.45 | 211.43 | 0.83 | 0.3 |
| Hex | D | 49 | 8B | 5B | 2F | 0 | 2D | D3 | 53 | 1E |
| Octal | 15 | 111 | 213 | 133 | 57 | 0 | 55 | 323 | 123 | 36 |
| Binary | 1101 | 1001001 | 10001011 | 1011011 | 101111 | 0 | 101101 | 11010011 | 1010011 | 11110 |
Color Harmonies of #0D498B
Complementary color
Monochromatic Colors of #0D498B
Black with #0D498B
Text Example
Text Example
White with #0D498B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D498B; }
p { color: rgb(13,73,139); }
H1.HeaderClassName
{
color: #0D498B;
}
.AnyTagClassName
{
color: #0D498B;
}
</style>
background-color css
<style>
a { background-color: #0D498B; }
a { background-color: rgb(13,73,139); }
div.DivClassName
{
background-color: #0D498B;
}
.BgClassName
{
background-color: #0D498B;
}
</style>
border-color css
<style>
span { border-color: #0D498B; }
span { border-color: rgb(13,73,139); }
td.TdClassName
{
border-color: #0D498B;
}
.TagClassName
{
border-color: #0D498B;
}
</style>