Shades of Dark Cerulean #0A5373
Tints of Dark Cerulean #0A5373
RGB
CMYK
RGB Variations
Color information
#0A5373 (or 0x0A5373) is known color: Dark Cerulean. HEX triplet: 0A, 53 and 73. RGB value is (10,83,115). Sum of RGB (Red+Green+Blue) = 10+83+115=208 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.81% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 115 (45.31% from 255 or 55.29% from 208); Max value from RGB is 115 - color contains mainly: blue. Hex color #0A5373 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5373 is #F5AC8C. Grayscale: #404040. Windows color (decimal): -16100493 or 7557898. OLE color: 7557898.
HSL color Cylindrical-coordinate representation of color #0A5373: hue angle of 198.29º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A5373 is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 10 | 83 | 115 | - |
| CMYK | 0.91 | 0.28 | 0 | 0.55 |
| HSL | 198.29º | 0.84% | 0.25% | - |
| HSV(B) | 198.29º | 0.91% | 0.45% | - |
| XYZ | 6.31 | 7.49 | 17.33 | - |
| YUV | 64.82 | 156.32 | 88.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 83 | 115 | 0.91 | 0.28 | 0 | 0.55 | 198.29 | 0.84 | 0.25 |
| Hex | A | 53 | 73 | 5B | 1C | 0 | 37 | C6 | 54 | 19 |
| Octal | 12 | 123 | 163 | 133 | 34 | 0 | 67 | 306 | 124 | 31 |
| Binary | 1010 | 1010011 | 1110011 | 1011011 | 11100 | 0 | 110111 | 11000110 | 1010100 | 11001 |
Color Harmonies of #0A5373
Complementary color
Monochromatic Colors of #0A5373
Black with #0A5373
Text Example
Text Example
White with #0A5373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5373; }
p { color: rgb(10,83,115); }
H1.HeaderClassName
{
color: #0A5373;
}
.AnyTagClassName
{
color: #0A5373;
}
</style>
background-color css
<style>
a { background-color: #0A5373; }
a { background-color: rgb(10,83,115); }
div.DivClassName
{
background-color: #0A5373;
}
.BgClassName
{
background-color: #0A5373;
}
</style>
border-color css
<style>
span { border-color: #0A5373; }
span { border-color: rgb(10,83,115); }
td.TdClassName
{
border-color: #0A5373;
}
.TagClassName
{
border-color: #0A5373;
}
</style>