Shades of Dark Cerulean #0D427C
Tints of Dark Cerulean #0D427C
RGB
CMYK
RGB Variations
Color information
#0D427C (or 0x0D427C) is known color: Dark Cerulean. HEX triplet: 0D, 42 and 7C. RGB value is (13,66,124). Sum of RGB (Red+Green+Blue) = 13+66+124=203 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.40% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 124 (48.83% from 255 or 61.08% from 203); Max value from RGB is 124 - color contains mainly: blue. Hex color #0D427C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D427C is #F2BD83. Grayscale: #383838. Windows color (decimal): -15908228 or 8143373. OLE color: 8143373.
HSL color Cylindrical-coordinate representation of color #0D427C: hue angle of 211.35º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D427C is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 13 | 66 | 124 | - |
| CMYK | 0.90 | 0.47 | 0 | 0.51 |
| HSL | 211.35º | 0.81% | 0.27% | - |
| HSV(B) | 211.35º | 0.9% | 0.49% | - |
| XYZ | 5.75 | 5.44 | 19.82 | - |
| YUV | 56.77 | 165.94 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 66 | 124 | 0.90 | 0.47 | 0 | 0.51 | 211.35 | 0.81 | 0.27 |
| Hex | D | 42 | 7C | 5A | 2F | 0 | 33 | D3 | 51 | 1B |
| Octal | 15 | 102 | 174 | 132 | 57 | 0 | 63 | 323 | 121 | 33 |
| Binary | 1101 | 1000010 | 1111100 | 1011010 | 101111 | 0 | 110011 | 11010011 | 1010001 | 11011 |
Color Harmonies of #0D427C
Complementary color
Monochromatic Colors of #0D427C
Black with #0D427C
Text Example
Text Example
White with #0D427C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D427C; }
p { color: rgb(13,66,124); }
H1.HeaderClassName
{
color: #0D427C;
}
.AnyTagClassName
{
color: #0D427C;
}
</style>
background-color css
<style>
a { background-color: #0D427C; }
a { background-color: rgb(13,66,124); }
div.DivClassName
{
background-color: #0D427C;
}
.BgClassName
{
background-color: #0D427C;
}
</style>
border-color css
<style>
span { border-color: #0D427C; }
span { border-color: rgb(13,66,124); }
td.TdClassName
{
border-color: #0D427C;
}
.TagClassName
{
border-color: #0D427C;
}
</style>