Shades of Dark Cerulean #0A537A
Tints of Dark Cerulean #0A537A
RGB
CMYK
RGB Variations
Color information
#0A537A (or 0x0A537A) is known color: Dark Cerulean. HEX triplet: 0A, 53 and 7A. RGB value is (10,83,122). Sum of RGB (Red+Green+Blue) = 10+83+122=215 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.65% from 215); Green value is 83 (32.81% from 255 or 38.60% from 215); Blue value is 122 (48.05% from 255 or 56.74% from 215); Max value from RGB is 122 - color contains mainly: blue. Hex color #0A537A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A537A is #F5AC85. Grayscale: #414141. Windows color (decimal): -16100486 or 8016650. OLE color: 8016650.
HSL color Cylindrical-coordinate representation of color #0A537A: hue angle of 200.89º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A537A is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 10 | 83 | 122 | - |
| CMYK | 0.92 | 0.32 | 0 | 0.52 |
| HSL | 200.89º | 0.85% | 0.26% | - |
| HSV(B) | 200.89º | 0.92% | 0.48% | - |
| XYZ | 6.73 | 7.66 | 19.54 | - |
| YUV | 65.62 | 159.82 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 83 | 122 | 0.92 | 0.32 | 0 | 0.52 | 200.89 | 0.85 | 0.26 |
| Hex | A | 53 | 7A | 5C | 20 | 0 | 34 | C9 | 55 | 1A |
| Octal | 12 | 123 | 172 | 134 | 40 | 0 | 64 | 311 | 125 | 32 |
| Binary | 1010 | 1010011 | 1111010 | 1011100 | 100000 | 0 | 110100 | 11001001 | 1010101 | 11010 |
Color Harmonies of #0A537A
Complementary color
Monochromatic Colors of #0A537A
Black with #0A537A
Text Example
Text Example
White with #0A537A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A537A; }
p { color: rgb(10,83,122); }
H1.HeaderClassName
{
color: #0A537A;
}
.AnyTagClassName
{
color: #0A537A;
}
</style>
background-color css
<style>
a { background-color: #0A537A; }
a { background-color: rgb(10,83,122); }
div.DivClassName
{
background-color: #0A537A;
}
.BgClassName
{
background-color: #0A537A;
}
</style>
border-color css
<style>
span { border-color: #0A537A; }
span { border-color: rgb(10,83,122); }
td.TdClassName
{
border-color: #0A537A;
}
.TagClassName
{
border-color: #0A537A;
}
</style>