Shades of Dark Cerulean #0A4D73
Tints of Dark Cerulean #0A4D73
RGB
CMYK
RGB Variations
Color information
#0A4D73 (or 0x0A4D73) is known color: Dark Cerulean. HEX triplet: 0A, 4D and 73. RGB value is (10,77,115). Sum of RGB (Red+Green+Blue) = 10+77+115=202 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.95% from 202); Green value is 77 (30.47% from 255 or 38.12% from 202); Blue value is 115 (45.31% from 255 or 56.93% from 202); Max value from RGB is 115 - color contains mainly: blue. Hex color #0A4D73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A4D73 is #F5B28C. Grayscale: #3D3D3D. Windows color (decimal): -16102029 or 7556362. OLE color: 7556362.
HSL color Cylindrical-coordinate representation of color #0A4D73: hue angle of 201.71º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A4D73 is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 10 | 77 | 115 | - |
| CMYK | 0.91 | 0.33 | 0 | 0.55 |
| HSL | 201.71º | 0.84% | 0.25% | - |
| HSV(B) | 201.71º | 0.91% | 0.45% | - |
| XYZ | 5.87 | 6.61 | 17.19 | - |
| YUV | 61.3 | 158.3 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 77 | 115 | 0.91 | 0.33 | 0 | 0.55 | 201.71 | 0.84 | 0.25 |
| Hex | A | 4D | 73 | 5B | 21 | 0 | 37 | CA | 54 | 19 |
| Octal | 12 | 115 | 163 | 133 | 41 | 0 | 67 | 312 | 124 | 31 |
| Binary | 1010 | 1001101 | 1110011 | 1011011 | 100001 | 0 | 110111 | 11001010 | 1010100 | 11001 |
Color Harmonies of #0A4D73
Complementary color
Monochromatic Colors of #0A4D73
Black with #0A4D73
Text Example
Text Example
White with #0A4D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4D73; }
p { color: rgb(10,77,115); }
H1.HeaderClassName
{
color: #0A4D73;
}
.AnyTagClassName
{
color: #0A4D73;
}
</style>
background-color css
<style>
a { background-color: #0A4D73; }
a { background-color: rgb(10,77,115); }
div.DivClassName
{
background-color: #0A4D73;
}
.BgClassName
{
background-color: #0A4D73;
}
</style>
border-color css
<style>
span { border-color: #0A4D73; }
span { border-color: rgb(10,77,115); }
td.TdClassName
{
border-color: #0A4D73;
}
.TagClassName
{
border-color: #0A4D73;
}
</style>