Shades of Dark Cerulean #0A408D
Tints of Dark Cerulean #0A408D
RGB
CMYK
RGB Variations
Color information
#0A408D (or 0x0A408D) is known color: Dark Cerulean. HEX triplet: 0A, 40 and 8D. RGB value is (10,64,141). Sum of RGB (Red+Green+Blue) = 10+64+141=215 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.65% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 141 (55.47% from 255 or 65.58% from 215); Max value from RGB is 141 - color contains mainly: blue. Hex color #0A408D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A408D is #F5BF72. Grayscale: #383838. Windows color (decimal): -16105331 or 9256970. OLE color: 9256970.
HSL color Cylindrical-coordinate representation of color #0A408D: hue angle of 215.27º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A408D is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 10 | 64 | 141 | - |
| CMYK | 0.93 | 0.55 | 0 | 0.45 |
| HSL | 215.27º | 0.87% | 0.3% | - |
| HSV(B) | 215.27º | 0.93% | 0.55% | - |
| XYZ | 6.77 | 5.65 | 25.93 | - |
| YUV | 56.63 | 175.61 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 64 | 141 | 0.93 | 0.55 | 0 | 0.45 | 215.27 | 0.87 | 0.3 |
| Hex | A | 40 | 8D | 5D | 37 | 0 | 2D | D7 | 57 | 1E |
| Octal | 12 | 100 | 215 | 135 | 67 | 0 | 55 | 327 | 127 | 36 |
| Binary | 1010 | 1000000 | 10001101 | 1011101 | 110111 | 0 | 101101 | 11010111 | 1010111 | 11110 |
Color Harmonies of #0A408D
Complementary color
Monochromatic Colors of #0A408D
Black with #0A408D
Text Example
Text Example
White with #0A408D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A408D; }
p { color: rgb(10,64,141); }
H1.HeaderClassName
{
color: #0A408D;
}
.AnyTagClassName
{
color: #0A408D;
}
</style>
background-color css
<style>
a { background-color: #0A408D; }
a { background-color: rgb(10,64,141); }
div.DivClassName
{
background-color: #0A408D;
}
.BgClassName
{
background-color: #0A408D;
}
</style>
border-color css
<style>
span { border-color: #0A408D; }
span { border-color: rgb(10,64,141); }
td.TdClassName
{
border-color: #0A408D;
}
.TagClassName
{
border-color: #0A408D;
}
</style>