Shades of Dark Cerulean #0A4682
Tints of Dark Cerulean #0A4682
RGB
CMYK
RGB Variations
Color information
#0A4682 (or 0x0A4682) is known color: Dark Cerulean. HEX triplet: 0A, 46 and 82. RGB value is (10,70,130). Sum of RGB (Red+Green+Blue) = 10+70+130=210 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.76% from 210); Green value is 70 (27.73% from 255 or 33.33% from 210); Blue value is 130 (51.17% from 255 or 61.90% from 210); Max value from RGB is 130 - color contains mainly: blue. Hex color #0A4682 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A4682 is #F5B97D. Grayscale: #3A3A3A. Windows color (decimal): -16103806 or 8537610. OLE color: 8537610.
HSL color Cylindrical-coordinate representation of color #0A4682: hue angle of 210º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A4682 is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 10 | 70 | 130 | - |
| CMYK | 0.92 | 0.46 | 0 | 0.49 |
| HSL | 210º | 0.86% | 0.27% | - |
| HSV(B) | 210º | 0.92% | 0.51% | - |
| XYZ | 6.34 | 6.06 | 21.95 | - |
| YUV | 58.9 | 168.12 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 70 | 130 | 0.92 | 0.46 | 0 | 0.49 | 210 | 0.86 | 0.27 |
| Hex | A | 46 | 82 | 5C | 2E | 0 | 31 | D2 | 56 | 1B |
| Octal | 12 | 106 | 202 | 134 | 56 | 0 | 61 | 322 | 126 | 33 |
| Binary | 1010 | 1000110 | 10000010 | 1011100 | 101110 | 0 | 110001 | 11010010 | 1010110 | 11011 |
Color Harmonies of #0A4682
Complementary color
Monochromatic Colors of #0A4682
Black with #0A4682
Text Example
Text Example
White with #0A4682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4682; }
p { color: rgb(10,70,130); }
H1.HeaderClassName
{
color: #0A4682;
}
.AnyTagClassName
{
color: #0A4682;
}
</style>
background-color css
<style>
a { background-color: #0A4682; }
a { background-color: rgb(10,70,130); }
div.DivClassName
{
background-color: #0A4682;
}
.BgClassName
{
background-color: #0A4682;
}
</style>
border-color css
<style>
span { border-color: #0A4682; }
span { border-color: rgb(10,70,130); }
td.TdClassName
{
border-color: #0A4682;
}
.TagClassName
{
border-color: #0A4682;
}
</style>