Shades of Dark Cerulean #0D4A7A
Tints of Dark Cerulean #0D4A7A
RGB
CMYK
RGB Variations
Color information
#0D4A7A (or 0x0D4A7A) is known color: Dark Cerulean. HEX triplet: 0D, 4A and 7A. RGB value is (13,74,122). Sum of RGB (Red+Green+Blue) = 13+74+122=209 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.22% from 209); Green value is 74 (29.30% from 255 or 35.41% from 209); Blue value is 122 (48.05% from 255 or 58.37% from 209); Max value from RGB is 122 - color contains mainly: blue. Hex color #0D4A7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4A7A is #F2B585. Grayscale: #3C3C3C. Windows color (decimal): -15906182 or 8014349. OLE color: 8014349.
HSL color Cylindrical-coordinate representation of color #0D4A7A: hue angle of 206.42º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D4A7A is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 13 | 74 | 122 | - |
| CMYK | 0.89 | 0.39 | 0 | 0.52 |
| HSL | 206.42º | 0.81% | 0.26% | - |
| HSV(B) | 206.42º | 0.89% | 0.48% | - |
| XYZ | 6.13 | 6.39 | 19.32 | - |
| YUV | 61.23 | 162.29 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 74 | 122 | 0.89 | 0.39 | 0 | 0.52 | 206.42 | 0.81 | 0.26 |
| Hex | D | 4A | 7A | 59 | 27 | 0 | 34 | CE | 51 | 1A |
| Octal | 15 | 112 | 172 | 131 | 47 | 0 | 64 | 316 | 121 | 32 |
| Binary | 1101 | 1001010 | 1111010 | 1011001 | 100111 | 0 | 110100 | 11001110 | 1010001 | 11010 |
Color Harmonies of #0D4A7A
Complementary color
Monochromatic Colors of #0D4A7A
Black with #0D4A7A
Text Example
Text Example
White with #0D4A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4A7A; }
p { color: rgb(13,74,122); }
H1.HeaderClassName
{
color: #0D4A7A;
}
.AnyTagClassName
{
color: #0D4A7A;
}
</style>
background-color css
<style>
a { background-color: #0D4A7A; }
a { background-color: rgb(13,74,122); }
div.DivClassName
{
background-color: #0D4A7A;
}
.BgClassName
{
background-color: #0D4A7A;
}
</style>
border-color css
<style>
span { border-color: #0D4A7A; }
span { border-color: rgb(13,74,122); }
td.TdClassName
{
border-color: #0D4A7A;
}
.TagClassName
{
border-color: #0D4A7A;
}
</style>