Shades of Dark Cerulean #0A4670
Tints of Dark Cerulean #0A4670
RGB
CMYK
RGB Variations
Color information
#0A4670 (or 0x0A4670) is known color: Dark Cerulean. HEX triplet: 0A, 46 and 70. RGB value is (10,70,112). Sum of RGB (Red+Green+Blue) = 10+70+112=192 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.21% from 192); Green value is 70 (27.73% from 255 or 36.46% from 192); Blue value is 112 (44.14% from 255 or 58.33% from 192); Max value from RGB is 112 - color contains mainly: blue. Hex color #0A4670 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4670 is #F5B98F. Grayscale: #383838. Windows color (decimal): -16103824 or 7357962. OLE color: 7357962.
HSL color Cylindrical-coordinate representation of color #0A4670: hue angle of 204.71º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A4670 is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 10 | 70 | 112 | - |
| CMYK | 0.91 | 0.38 | 0 | 0.56 |
| HSL | 204.71º | 0.84% | 0.24% | - |
| HSV(B) | 204.71º | 0.91% | 0.44% | - |
| XYZ | 5.24 | 5.61 | 16.14 | - |
| YUV | 56.85 | 159.12 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 70 | 112 | 0.91 | 0.38 | 0 | 0.56 | 204.71 | 0.84 | 0.24 |
| Hex | A | 46 | 70 | 5B | 26 | 0 | 38 | CD | 54 | 18 |
| Octal | 12 | 106 | 160 | 133 | 46 | 0 | 70 | 315 | 124 | 30 |
| Binary | 1010 | 1000110 | 1110000 | 1011011 | 100110 | 0 | 111000 | 11001101 | 1010100 | 11000 |
Color Harmonies of #0A4670
Complementary color
Monochromatic Colors of #0A4670
Black with #0A4670
Text Example
Text Example
White with #0A4670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4670; }
p { color: rgb(10,70,112); }
H1.HeaderClassName
{
color: #0A4670;
}
.AnyTagClassName
{
color: #0A4670;
}
</style>
background-color css
<style>
a { background-color: #0A4670; }
a { background-color: rgb(10,70,112); }
div.DivClassName
{
background-color: #0A4670;
}
.BgClassName
{
background-color: #0A4670;
}
</style>
border-color css
<style>
span { border-color: #0A4670; }
span { border-color: rgb(10,70,112); }
td.TdClassName
{
border-color: #0A4670;
}
.TagClassName
{
border-color: #0A4670;
}
</style>