Shades of Cyprus #0A423F
Tints of Cyprus #0A423F
RGB
CMYK
RGB Variations
Color information
#0A423F (or 0x0A423F) is known color: Cyprus. HEX triplet: 0A, 42 and 3F. RGB value is (10,66,63). Sum of RGB (Red+Green+Blue) = 10+66+63=139 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.19% from 139); Green value is 66 (26.17% from 255 or 47.48% from 139); Blue value is 63 (25% from 255 or 45.32% from 139); Max value from RGB is 66 - color contains mainly: green. Hex color #0A423F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A423F is #F5BDC0. Grayscale: #303030. Windows color (decimal): -16104897 or 4145674. OLE color: 4145674.
HSL color Cylindrical-coordinate representation of color #0A423F: hue angle of 176.79º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A423F is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 10 | 66 | 63 | - |
| CMYK | 0.85 | 0 | 0.05 | 0.74 |
| HSL | 176.79º | 0.74% | 0.15% | - |
| HSV(B) | 176.79º | 0.85% | 0.26% | - |
| XYZ | 2.97 | 4.32 | 5.38 | - |
| YUV | 48.91 | 135.95 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 66 | 63 | 0.85 | 0 | 0.05 | 0.74 | 176.79 | 0.74 | 0.15 |
| Hex | A | 42 | 3F | 55 | 0 | 5 | 4A | B1 | 4A | F |
| Octal | 12 | 102 | 77 | 125 | 0 | 5 | 112 | 261 | 112 | 17 |
| Binary | 1010 | 1000010 | 111111 | 1010101 | 0 | 101 | 1001010 | 10110001 | 1001010 | 1111 |
Color Harmonies of #0A423F
Complementary color
Monochromatic Colors of #0A423F
Black with #0A423F
Text Example
Text Example
White with #0A423F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A423F; }
p { color: rgb(10,66,63); }
H1.HeaderClassName
{
color: #0A423F;
}
.AnyTagClassName
{
color: #0A423F;
}
</style>
background-color css
<style>
a { background-color: #0A423F; }
a { background-color: rgb(10,66,63); }
div.DivClassName
{
background-color: #0A423F;
}
.BgClassName
{
background-color: #0A423F;
}
</style>
border-color css
<style>
span { border-color: #0A423F; }
span { border-color: rgb(10,66,63); }
td.TdClassName
{
border-color: #0A423F;
}
.TagClassName
{
border-color: #0A423F;
}
</style>