Shades of Dark Cerulean #0A4482
Tints of Dark Cerulean #0A4482
RGB
CMYK
RGB Variations
Color information
#0A4482 (or 0x0A4482) is known color: Dark Cerulean. HEX triplet: 0A, 44 and 82. RGB value is (10,68,130). Sum of RGB (Red+Green+Blue) = 10+68+130=208 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.81% from 208); Green value is 68 (26.95% from 255 or 32.69% from 208); Blue value is 130 (51.17% from 255 or 62.5% from 208); Max value from RGB is 130 - color contains mainly: blue. Hex color #0A4482 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A4482 is #F5BB7D. Grayscale: #393939. Windows color (decimal): -16104318 or 8537098. OLE color: 8537098.
HSL color Cylindrical-coordinate representation of color #0A4482: hue angle of 211º 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 #0A4482 is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 10 | 68 | 130 | - |
| CMYK | 0.92 | 0.48 | 0 | 0.49 |
| HSL | 211º | 0.86% | 0.27% | - |
| HSV(B) | 211º | 0.92% | 0.51% | - |
| XYZ | 6.22 | 5.81 | 21.91 | - |
| YUV | 57.73 | 168.78 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 68 | 130 | 0.92 | 0.48 | 0 | 0.49 | 211 | 0.86 | 0.27 |
| Hex | A | 44 | 82 | 5C | 30 | 0 | 31 | D3 | 56 | 1B |
| Octal | 12 | 104 | 202 | 134 | 60 | 0 | 61 | 323 | 126 | 33 |
| Binary | 1010 | 1000100 | 10000010 | 1011100 | 110000 | 0 | 110001 | 11010011 | 1010110 | 11011 |
Color Harmonies of #0A4482
Complementary color
Monochromatic Colors of #0A4482
Black with #0A4482
Text Example
Text Example
White with #0A4482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4482; }
p { color: rgb(10,68,130); }
H1.HeaderClassName
{
color: #0A4482;
}
.AnyTagClassName
{
color: #0A4482;
}
</style>
background-color css
<style>
a { background-color: #0A4482; }
a { background-color: rgb(10,68,130); }
div.DivClassName
{
background-color: #0A4482;
}
.BgClassName
{
background-color: #0A4482;
}
</style>
border-color css
<style>
span { border-color: #0A4482; }
span { border-color: rgb(10,68,130); }
td.TdClassName
{
border-color: #0A4482;
}
.TagClassName
{
border-color: #0A4482;
}
</style>