Shades of Dark Cerulean #0A5273
Tints of Dark Cerulean #0A5273
RGB
CMYK
RGB Variations
Color information
#0A5273 (or 0x0A5273) is known color: Dark Cerulean. HEX triplet: 0A, 52 and 73. RGB value is (10,82,115). Sum of RGB (Red+Green+Blue) = 10+82+115=207 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.83% from 207); Green value is 82 (32.42% from 255 or 39.61% from 207); Blue value is 115 (45.31% from 255 or 55.56% from 207); Max value from RGB is 115 - color contains mainly: blue. Hex color #0A5273 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5273 is #F5AD8C. Grayscale: #404040. Windows color (decimal): -16100749 or 7557642. OLE color: 7557642.
HSL color Cylindrical-coordinate representation of color #0A5273: hue angle of 198.86º 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 #0A5273 is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 10 | 82 | 115 | - |
| CMYK | 0.91 | 0.29 | 0 | 0.55 |
| HSL | 198.86º | 0.84% | 0.25% | - |
| HSV(B) | 198.86º | 0.91% | 0.45% | - |
| XYZ | 6.24 | 7.34 | 17.31 | - |
| YUV | 64.23 | 156.65 | 89.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 82 | 115 | 0.91 | 0.29 | 0 | 0.55 | 198.86 | 0.84 | 0.25 |
| Hex | A | 52 | 73 | 5B | 1D | 0 | 37 | C7 | 54 | 19 |
| Octal | 12 | 122 | 163 | 133 | 35 | 0 | 67 | 307 | 124 | 31 |
| Binary | 1010 | 1010010 | 1110011 | 1011011 | 11101 | 0 | 110111 | 11000111 | 1010100 | 11001 |
Color Harmonies of #0A5273
Complementary color
Monochromatic Colors of #0A5273
Black with #0A5273
Text Example
Text Example
White with #0A5273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5273; }
p { color: rgb(10,82,115); }
H1.HeaderClassName
{
color: #0A5273;
}
.AnyTagClassName
{
color: #0A5273;
}
</style>
background-color css
<style>
a { background-color: #0A5273; }
a { background-color: rgb(10,82,115); }
div.DivClassName
{
background-color: #0A5273;
}
.BgClassName
{
background-color: #0A5273;
}
</style>
border-color css
<style>
span { border-color: #0A5273; }
span { border-color: rgb(10,82,115); }
td.TdClassName
{
border-color: #0A5273;
}
.TagClassName
{
border-color: #0A5273;
}
</style>