Shades of Cyprus #063B41
Tints of Cyprus #063B41
RGB
CMYK
RGB Variations
Color information
#063B41 (or 0x063B41) is known color: Cyprus. HEX triplet: 06, 3B and 41. RGB value is (6,59,65). Sum of RGB (Red+Green+Blue) = 6+59+65=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 59 (23.44% from 255 or 45.38% from 130); Blue value is 65 (25.78% from 255 or 50% from 130); Max value from RGB is 65 - color contains mainly: blue. Hex color #063B41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063B41 is #F9C4BE. Grayscale: #2B2B2B. Windows color (decimal): -16368831 or 4274950. OLE color: 4274950.
HSL color Cylindrical-coordinate representation of color #063B41: hue angle of 186.1º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #063B41 is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 6 | 59 | 65 | - |
| CMYK | 0.91 | 0.09 | 0 | 0.75 |
| HSL | 186.1º | 0.83% | 0.14% | - |
| HSV(B) | 186.1º | 0.91% | 0.25% | - |
| XYZ | 2.59 | 3.55 | 5.55 | - |
| YUV | 43.84 | 139.94 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 59 | 65 | 0.91 | 0.09 | 0 | 0.75 | 186.1 | 0.83 | 0.14 |
| Hex | 6 | 3B | 41 | 5B | 9 | 0 | 4B | BA | 53 | E |
| Octal | 6 | 73 | 101 | 133 | 11 | 0 | 113 | 272 | 123 | 16 |
| Binary | 110 | 111011 | 1000001 | 1011011 | 1001 | 0 | 1001011 | 10111010 | 1010011 | 1110 |
Color Harmonies of #063B41
Complementary color
Monochromatic Colors of #063B41
Black with #063B41
Text Example
Text Example
White with #063B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063B41; }
p { color: rgb(6,59,65); }
H1.HeaderClassName
{
color: #063B41;
}
.AnyTagClassName
{
color: #063B41;
}
</style>
background-color css
<style>
a { background-color: #063B41; }
a { background-color: rgb(6,59,65); }
div.DivClassName
{
background-color: #063B41;
}
.BgClassName
{
background-color: #063B41;
}
</style>
border-color css
<style>
span { border-color: #063B41; }
span { border-color: rgb(6,59,65); }
td.TdClassName
{
border-color: #063B41;
}
.TagClassName
{
border-color: #063B41;
}
</style>