Shades of Dark Cerulean #0A446D
Tints of Dark Cerulean #0A446D
RGB
CMYK
RGB Variations
Color information
#0A446D (or 0x0A446D) is known color: Dark Cerulean. HEX triplet: 0A, 44 and 6D. RGB value is (10,68,109). Sum of RGB (Red+Green+Blue) = 10+68+109=187 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.35% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 109 (42.97% from 255 or 58.29% from 187); Max value from RGB is 109 - color contains mainly: blue. Hex color #0A446D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A446D is #F5BB92. Grayscale: #373737. Windows color (decimal): -16104339 or 7160842. OLE color: 7160842.
HSL color Cylindrical-coordinate representation of color #0A446D: hue angle of 204.85º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A446D is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 10 | 68 | 109 | - |
| CMYK | 0.91 | 0.38 | 0 | 0.57 |
| HSL | 204.85º | 0.83% | 0.23% | - |
| HSV(B) | 204.85º | 0.91% | 0.43% | - |
| XYZ | 4.95 | 5.3 | 15.23 | - |
| YUV | 55.33 | 158.28 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 68 | 109 | 0.91 | 0.38 | 0 | 0.57 | 204.85 | 0.83 | 0.23 |
| Hex | A | 44 | 6D | 5B | 26 | 0 | 39 | CD | 53 | 17 |
| Octal | 12 | 104 | 155 | 133 | 46 | 0 | 71 | 315 | 123 | 27 |
| Binary | 1010 | 1000100 | 1101101 | 1011011 | 100110 | 0 | 111001 | 11001101 | 1010011 | 10111 |
Color Harmonies of #0A446D
Complementary color
Monochromatic Colors of #0A446D
Black with #0A446D
Text Example
Text Example
White with #0A446D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A446D; }
p { color: rgb(10,68,109); }
H1.HeaderClassName
{
color: #0A446D;
}
.AnyTagClassName
{
color: #0A446D;
}
</style>
background-color css
<style>
a { background-color: #0A446D; }
a { background-color: rgb(10,68,109); }
div.DivClassName
{
background-color: #0A446D;
}
.BgClassName
{
background-color: #0A446D;
}
</style>
border-color css
<style>
span { border-color: #0A446D; }
span { border-color: rgb(10,68,109); }
td.TdClassName
{
border-color: #0A446D;
}
.TagClassName
{
border-color: #0A446D;
}
</style>