Shades of Dark Cerulean #0D4A93
Tints of Dark Cerulean #0D4A93
RGB
CMYK
RGB Variations
Color information
#0D4A93 (or 0x0D4A93) is known color: Dark Cerulean. HEX triplet: 0D, 4A and 93. RGB value is (13,74,147). Sum of RGB (Red+Green+Blue) = 13+74+147=234 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.56% from 234); Green value is 74 (29.30% from 255 or 31.62% from 234); Blue value is 147 (57.81% from 255 or 62.82% from 234); Max value from RGB is 147 - color contains mainly: blue. Hex color #0D4A93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D4A93 is #F2B56C. Grayscale: #3F3F3F. Windows color (decimal): -15906157 or 9652749. OLE color: 9652749.
HSL color Cylindrical-coordinate representation of color #0D4A93: hue angle of 212.69º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D4A93 is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 74 | 147 | - |
| CMYK | 0.91 | 0.50 | 0 | 0.42 |
| HSL | 212.69º | 0.84% | 0.31% | - |
| HSV(B) | 212.69º | 0.91% | 0.58% | - |
| XYZ | 7.88 | 7.09 | 28.56 | - |
| YUV | 64.08 | 174.79 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 74 | 147 | 0.91 | 0.50 | 0 | 0.42 | 212.69 | 0.84 | 0.31 |
| Hex | D | 4A | 93 | 5B | 32 | 0 | 2A | D5 | 54 | 1F |
| Octal | 15 | 112 | 223 | 133 | 62 | 0 | 52 | 325 | 124 | 37 |
| Binary | 1101 | 1001010 | 10010011 | 1011011 | 110010 | 0 | 101010 | 11010101 | 1010100 | 11111 |
Color Harmonies of #0D4A93
Complementary color
Monochromatic Colors of #0D4A93
Black with #0D4A93
Text Example
Text Example
White with #0D4A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4A93; }
p { color: rgb(13,74,147); }
H1.HeaderClassName
{
color: #0D4A93;
}
.AnyTagClassName
{
color: #0D4A93;
}
</style>
background-color css
<style>
a { background-color: #0D4A93; }
a { background-color: rgb(13,74,147); }
div.DivClassName
{
background-color: #0D4A93;
}
.BgClassName
{
background-color: #0D4A93;
}
</style>
border-color css
<style>
span { border-color: #0D4A93; }
span { border-color: rgb(13,74,147); }
td.TdClassName
{
border-color: #0D4A93;
}
.TagClassName
{
border-color: #0D4A93;
}
</style>