Shades of Cyprus #01393E
Tints of Cyprus #01393E
RGB
CMYK
RGB Variations
Color information
#01393E (or 0x01393E) is known color: Cyprus. HEX triplet: 01, 39 and 3E. RGB value is (1,57,62). Sum of RGB (Red+Green+Blue) = 1+57+62=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 57 (22.66% from 255 or 47.5% from 120); Blue value is 62 (24.61% from 255 or 51.67% from 120); Max value from RGB is 62 - color contains mainly: blue. Hex color #01393E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01393E is #FEC6C1. Grayscale: #282828. Windows color (decimal): -16697026 or 4077825. OLE color: 4077825.
HSL color Cylindrical-coordinate representation of color #01393E: hue angle of 184.92º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01393E is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 57 | 62 | - |
| CMYK | 0.98 | 0.08 | 0 | 0.76 |
| HSL | 184.92º | 0.97% | 0.12% | - |
| HSV(B) | 184.92º | 0.98% | 0.24% | - |
| XYZ | 2.35 | 3.28 | 5.07 | - |
| YUV | 40.83 | 139.95 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 57 | 62 | 0.98 | 0.08 | 0 | 0.76 | 184.92 | 0.97 | 0.12 |
| Hex | 1 | 39 | 3E | 62 | 8 | 0 | 4C | B9 | 61 | C |
| Octal | 1 | 71 | 76 | 142 | 10 | 0 | 114 | 271 | 141 | 14 |
| Binary | 1 | 111001 | 111110 | 1100010 | 1000 | 0 | 1001100 | 10111001 | 1100001 | 1100 |
Color Harmonies of #01393E
Complementary color
Monochromatic Colors of #01393E
Black with #01393E
Text Example
Text Example
White with #01393E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01393E; }
p { color: rgb(1,57,62); }
H1.HeaderClassName
{
color: #01393E;
}
.AnyTagClassName
{
color: #01393E;
}
</style>
background-color css
<style>
a { background-color: #01393E; }
a { background-color: rgb(1,57,62); }
div.DivClassName
{
background-color: #01393E;
}
.BgClassName
{
background-color: #01393E;
}
</style>
border-color css
<style>
span { border-color: #01393E; }
span { border-color: rgb(1,57,62); }
td.TdClassName
{
border-color: #01393E;
}
.TagClassName
{
border-color: #01393E;
}
</style>