Shades of Cyprus #01383D
Tints of Cyprus #01383D
RGB
CMYK
RGB Variations
Color information
#01383D (or 0x01383D) is known color: Cyprus. HEX triplet: 01, 38 and 3D. RGB value is (1,56,61). Sum of RGB (Red+Green+Blue) = 1+56+61=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 56 (22.27% from 255 or 47.46% from 118); Blue value is 61 (24.22% from 255 or 51.69% from 118); Max value from RGB is 61 - color contains mainly: blue. Hex color #01383D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01383D is #FEC7C2. Grayscale: #282828. Windows color (decimal): -16697283 or 4012033. OLE color: 4012033.
HSL color Cylindrical-coordinate representation of color #01383D: hue angle of 185º 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 #01383D is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 56 | 61 | - |
| CMYK | 0.98 | 0.08 | 0 | 0.76 |
| HSL | 185º | 0.97% | 0.12% | - |
| HSV(B) | 185º | 0.98% | 0.24% | - |
| XYZ | 2.27 | 3.17 | 4.91 | - |
| YUV | 40.13 | 139.78 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 56 | 61 | 0.98 | 0.08 | 0 | 0.76 | 185 | 0.97 | 0.12 |
| Hex | 1 | 38 | 3D | 62 | 8 | 0 | 4C | B9 | 61 | C |
| Octal | 1 | 70 | 75 | 142 | 10 | 0 | 114 | 271 | 141 | 14 |
| Binary | 1 | 111000 | 111101 | 1100010 | 1000 | 0 | 1001100 | 10111001 | 1100001 | 1100 |
Color Harmonies of #01383D
Complementary color
Monochromatic Colors of #01383D
Black with #01383D
Text Example
Text Example
White with #01383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01383D; }
p { color: rgb(1,56,61); }
H1.HeaderClassName
{
color: #01383D;
}
.AnyTagClassName
{
color: #01383D;
}
</style>
background-color css
<style>
a { background-color: #01383D; }
a { background-color: rgb(1,56,61); }
div.DivClassName
{
background-color: #01383D;
}
.BgClassName
{
background-color: #01383D;
}
</style>
border-color css
<style>
span { border-color: #01383D; }
span { border-color: rgb(1,56,61); }
td.TdClassName
{
border-color: #01383D;
}
.TagClassName
{
border-color: #01383D;
}
</style>