Shades of Cyprus #01383C
Tints of Cyprus #01383C
RGB
CMYK
RGB Variations
Color information
#01383C (or 0x01383C) is known color: Cyprus. HEX triplet: 01, 38 and 3C. RGB value is (1,56,60). Sum of RGB (Red+Green+Blue) = 1+56+60=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 56 (22.27% from 255 or 47.86% from 117); Blue value is 60 (23.83% from 255 or 51.28% from 117); Max value from RGB is 60 - color contains mainly: blue. Hex color #01383C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01383C is #FEC7C3. Grayscale: #272727. Windows color (decimal): -16697284 or 3946497. OLE color: 3946497.
HSL color Cylindrical-coordinate representation of color #01383C: hue angle of 184.07º 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 #01383C is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 56 | 60 | - |
| CMYK | 0.98 | 0.07 | 0 | 0.76 |
| HSL | 184.07º | 0.97% | 0.12% | - |
| HSV(B) | 184.07º | 0.98% | 0.24% | - |
| XYZ | 2.24 | 3.16 | 4.77 | - |
| YUV | 40.01 | 139.28 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 56 | 60 | 0.98 | 0.07 | 0 | 0.76 | 184.07 | 0.97 | 0.12 |
| Hex | 1 | 38 | 3C | 62 | 7 | 0 | 4C | B8 | 61 | C |
| Octal | 1 | 70 | 74 | 142 | 7 | 0 | 114 | 270 | 141 | 14 |
| Binary | 1 | 111000 | 111100 | 1100010 | 111 | 0 | 1001100 | 10111000 | 1100001 | 1100 |
Color Harmonies of #01383C
Complementary color
Monochromatic Colors of #01383C
Black with #01383C
Text Example
Text Example
White with #01383C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01383C; }
p { color: rgb(1,56,60); }
H1.HeaderClassName
{
color: #01383C;
}
.AnyTagClassName
{
color: #01383C;
}
</style>
background-color css
<style>
a { background-color: #01383C; }
a { background-color: rgb(1,56,60); }
div.DivClassName
{
background-color: #01383C;
}
.BgClassName
{
background-color: #01383C;
}
</style>
border-color css
<style>
span { border-color: #01383C; }
span { border-color: rgb(1,56,60); }
td.TdClassName
{
border-color: #01383C;
}
.TagClassName
{
border-color: #01383C;
}
</style>