Shades of Dark Cerulean #0A5085
Tints of Dark Cerulean #0A5085
RGB
CMYK
RGB Variations
Color information
#0A5085 (or 0x0A5085) is known color: Dark Cerulean. HEX triplet: 0A, 50 and 85. RGB value is (10,80,133). Sum of RGB (Red+Green+Blue) = 10+80+133=223 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.48% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 133 (52.34% from 255 or 59.64% from 223); Max value from RGB is 133 - color contains mainly: blue. Hex color #0A5085 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A5085 is #F5AF7A. Grayscale: #404040. Windows color (decimal): -16101243 or 8736778. OLE color: 8736778.
HSL color Cylindrical-coordinate representation of color #0A5085: hue angle of 205.85º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A5085 is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 10 | 80 | 133 | - |
| CMYK | 0.92 | 0.40 | 0 | 0.48 |
| HSL | 205.85º | 0.86% | 0.28% | - |
| HSV(B) | 205.85º | 0.92% | 0.52% | - |
| XYZ | 7.23 | 7.5 | 23.26 | - |
| YUV | 65.11 | 166.31 | 88.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 80 | 133 | 0.92 | 0.40 | 0 | 0.48 | 205.85 | 0.86 | 0.28 |
| Hex | A | 50 | 85 | 5C | 28 | 0 | 30 | CE | 56 | 1C |
| Octal | 12 | 120 | 205 | 134 | 50 | 0 | 60 | 316 | 126 | 34 |
| Binary | 1010 | 1010000 | 10000101 | 1011100 | 101000 | 0 | 110000 | 11001110 | 1010110 | 11100 |
Color Harmonies of #0A5085
Complementary color
Monochromatic Colors of #0A5085
Black with #0A5085
Text Example
Text Example
White with #0A5085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5085; }
p { color: rgb(10,80,133); }
H1.HeaderClassName
{
color: #0A5085;
}
.AnyTagClassName
{
color: #0A5085;
}
</style>
background-color css
<style>
a { background-color: #0A5085; }
a { background-color: rgb(10,80,133); }
div.DivClassName
{
background-color: #0A5085;
}
.BgClassName
{
background-color: #0A5085;
}
</style>
border-color css
<style>
span { border-color: #0A5085; }
span { border-color: rgb(10,80,133); }
td.TdClassName
{
border-color: #0A5085;
}
.TagClassName
{
border-color: #0A5085;
}
</style>