Shades of Dark Cerulean #0A4D7C
Tints of Dark Cerulean #0A4D7C
RGB
CMYK
RGB Variations
Color information
#0A4D7C (or 0x0A4D7C) is known color: Dark Cerulean. HEX triplet: 0A, 4D and 7C. RGB value is (10,77,124). Sum of RGB (Red+Green+Blue) = 10+77+124=211 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.74% from 211); Green value is 77 (30.47% from 255 or 36.49% from 211); Blue value is 124 (48.83% from 255 or 58.77% from 211); Max value from RGB is 124 - color contains mainly: blue. Hex color #0A4D7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A4D7C is #F5B283. Grayscale: #3E3E3E. Windows color (decimal): -16102020 or 8146186. OLE color: 8146186.
HSL color Cylindrical-coordinate representation of color #0A4D7C: hue angle of 204.74º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A4D7C is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 77 | 124 | - |
| CMYK | 0.92 | 0.38 | 0 | 0.51 |
| HSL | 204.74º | 0.85% | 0.26% | - |
| HSV(B) | 204.74º | 0.92% | 0.49% | - |
| XYZ | 6.42 | 6.83 | 20.05 | - |
| YUV | 62.33 | 162.8 | 90.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 77 | 124 | 0.92 | 0.38 | 0 | 0.51 | 204.74 | 0.85 | 0.26 |
| Hex | A | 4D | 7C | 5C | 26 | 0 | 33 | CD | 55 | 1A |
| Octal | 12 | 115 | 174 | 134 | 46 | 0 | 63 | 315 | 125 | 32 |
| Binary | 1010 | 1001101 | 1111100 | 1011100 | 100110 | 0 | 110011 | 11001101 | 1010101 | 11010 |
Color Harmonies of #0A4D7C
Complementary color
Monochromatic Colors of #0A4D7C
Black with #0A4D7C
Text Example
Text Example
White with #0A4D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4D7C; }
p { color: rgb(10,77,124); }
H1.HeaderClassName
{
color: #0A4D7C;
}
.AnyTagClassName
{
color: #0A4D7C;
}
</style>
background-color css
<style>
a { background-color: #0A4D7C; }
a { background-color: rgb(10,77,124); }
div.DivClassName
{
background-color: #0A4D7C;
}
.BgClassName
{
background-color: #0A4D7C;
}
</style>
border-color css
<style>
span { border-color: #0A4D7C; }
span { border-color: rgb(10,77,124); }
td.TdClassName
{
border-color: #0A4D7C;
}
.TagClassName
{
border-color: #0A4D7C;
}
</style>