Shades of Cyprus #01373C
Tints of Cyprus #01373C
RGB
CMYK
RGB Variations
Color information
#01373C (or 0x01373C) is known color: Cyprus. HEX triplet: 01, 37 and 3C. RGB value is (1,55,60). Sum of RGB (Red+Green+Blue) = 1+55+60=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 55 (21.88% from 255 or 47.41% from 116); Blue value is 60 (23.83% from 255 or 51.72% from 116); Max value from RGB is 60 - color contains mainly: blue. Hex color #01373C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01373C is #FEC8C3. Grayscale: #272727. Windows color (decimal): -16697540 or 3946241. OLE color: 3946241.
HSL color Cylindrical-coordinate representation of color #01373C: hue angle of 185.08º 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 #01373C is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 55 | 60 | - |
| CMYK | 0.98 | 0.08 | 0 | 0.76 |
| HSL | 185.08º | 0.97% | 0.12% | - |
| HSV(B) | 185.08º | 0.98% | 0.24% | - |
| XYZ | 2.19 | 3.07 | 4.75 | - |
| YUV | 39.42 | 139.61 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 55 | 60 | 0.98 | 0.08 | 0 | 0.76 | 185.08 | 0.97 | 0.12 |
| Hex | 1 | 37 | 3C | 62 | 8 | 0 | 4C | B9 | 61 | C |
| Octal | 1 | 67 | 74 | 142 | 10 | 0 | 114 | 271 | 141 | 14 |
| Binary | 1 | 110111 | 111100 | 1100010 | 1000 | 0 | 1001100 | 10111001 | 1100001 | 1100 |
Color Harmonies of #01373C
Complementary color
Monochromatic Colors of #01373C
Black with #01373C
Text Example
Text Example
White with #01373C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01373C; }
p { color: rgb(1,55,60); }
H1.HeaderClassName
{
color: #01373C;
}
.AnyTagClassName
{
color: #01373C;
}
</style>
background-color css
<style>
a { background-color: #01373C; }
a { background-color: rgb(1,55,60); }
div.DivClassName
{
background-color: #01373C;
}
.BgClassName
{
background-color: #01373C;
}
</style>
border-color css
<style>
span { border-color: #01373C; }
span { border-color: rgb(1,55,60); }
td.TdClassName
{
border-color: #01373C;
}
.TagClassName
{
border-color: #01373C;
}
</style>