Shades of Crusoe #0A5127
Tints of Crusoe #0A5127
RGB
CMYK
RGB Variations
Color information
#0A5127 (or 0x0A5127) is known color: Crusoe. HEX triplet: 0A, 51 and 27. RGB value is (10,81,39). Sum of RGB (Red+Green+Blue) = 10+81+39=130 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.69% from 130); Green value is 81 (32.03% from 255 or 62.31% from 130); Blue value is 39 (15.62% from 255 or 30% from 130); Max value from RGB is 81 - color contains mainly: green. Hex color #0A5127 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5127 is #F5AED8. Grayscale: #373737. Windows color (decimal): -16101081 or 2576650. OLE color: 2576650.
HSL color Cylindrical-coordinate representation of color #0A5127: hue angle of 144.51º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A5127 is Cyan = 0.88, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 10 | 81 | 39 | - |
| CMYK | 0.88 | 0 | 0.52 | 0.68 |
| HSL | 144.51º | 0.78% | 0.18% | - |
| HSV(B) | 144.51º | 0.88% | 0.32% | - |
| XYZ | 3.43 | 6.1 | 2.92 | - |
| YUV | 54.98 | 118.98 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 81 | 39 | 0.88 | 0 | 0.52 | 0.68 | 144.51 | 0.78 | 0.18 |
| Hex | A | 51 | 27 | 58 | 0 | 34 | 44 | 91 | 4E | 12 |
| Octal | 12 | 121 | 47 | 130 | 0 | 64 | 104 | 221 | 116 | 22 |
| Binary | 1010 | 1010001 | 100111 | 1011000 | 0 | 110100 | 1000100 | 10010001 | 1001110 | 10010 |
Color Harmonies of #0A5127
Complementary color
Monochromatic Colors of #0A5127
Black with #0A5127
Text Example
Text Example
White with #0A5127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5127; }
p { color: rgb(10,81,39); }
H1.HeaderClassName
{
color: #0A5127;
}
.AnyTagClassName
{
color: #0A5127;
}
</style>
background-color css
<style>
a { background-color: #0A5127; }
a { background-color: rgb(10,81,39); }
div.DivClassName
{
background-color: #0A5127;
}
.BgClassName
{
background-color: #0A5127;
}
</style>
border-color css
<style>
span { border-color: #0A5127; }
span { border-color: rgb(10,81,39); }
td.TdClassName
{
border-color: #0A5127;
}
.TagClassName
{
border-color: #0A5127;
}
</style>