Shades of Dark Cerulean #0A4D6A
Tints of Dark Cerulean #0A4D6A
RGB
CMYK
RGB Variations
Color information
#0A4D6A (or 0x0A4D6A) is known color: Dark Cerulean. HEX triplet: 0A, 4D and 6A. RGB value is (10,77,106). Sum of RGB (Red+Green+Blue) = 10+77+106=193 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.18% from 193); Green value is 77 (30.47% from 255 or 39.90% from 193); Blue value is 106 (41.80% from 255 or 54.92% from 193); Max value from RGB is 106 - color contains mainly: blue. Hex color #0A4D6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A4D6A is #F5B295. Grayscale: #3C3C3C. Windows color (decimal): -16102038 or 6966538. OLE color: 6966538.
HSL color Cylindrical-coordinate representation of color #0A4D6A: hue angle of 198.12º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A4D6A is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 10 | 77 | 106 | - |
| CMYK | 0.91 | 0.27 | 0 | 0.58 |
| HSL | 198.13º | 0.83% | 0.23% | - |
| HSV(B) | 198.13º | 0.91% | 0.42% | - |
| XYZ | 5.38 | 6.41 | 14.59 | - |
| YUV | 60.27 | 153.8 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 77 | 106 | 0.91 | 0.27 | 0 | 0.58 | 198.13 | 0.83 | 0.23 |
| Hex | A | 4D | 6A | 5B | 1B | 0 | 3A | C6 | 53 | 17 |
| Octal | 12 | 115 | 152 | 133 | 33 | 0 | 72 | 306 | 123 | 27 |
| Binary | 1010 | 1001101 | 1101010 | 1011011 | 11011 | 0 | 111010 | 11000110 | 1010011 | 10111 |
Color Harmonies of #0A4D6A
Complementary color
Monochromatic Colors of #0A4D6A
Black with #0A4D6A
Text Example
Text Example
White with #0A4D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4D6A; }
p { color: rgb(10,77,106); }
H1.HeaderClassName
{
color: #0A4D6A;
}
.AnyTagClassName
{
color: #0A4D6A;
}
</style>
background-color css
<style>
a { background-color: #0A4D6A; }
a { background-color: rgb(10,77,106); }
div.DivClassName
{
background-color: #0A4D6A;
}
.BgClassName
{
background-color: #0A4D6A;
}
</style>
border-color css
<style>
span { border-color: #0A4D6A; }
span { border-color: rgb(10,77,106); }
td.TdClassName
{
border-color: #0A4D6A;
}
.TagClassName
{
border-color: #0A4D6A;
}
</style>