Shades of Cyprus #01343B
Tints of Cyprus #01343B
RGB
CMYK
RGB Variations
Color information
#01343B (or 0x01343B) is known color: Cyprus. HEX triplet: 01, 34 and 3B. RGB value is (1,52,59). Sum of RGB (Red+Green+Blue) = 1+52+59=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 52 (20.70% from 255 or 46.43% from 112); Blue value is 59 (23.44% from 255 or 52.68% from 112); Max value from RGB is 59 - color contains mainly: blue. Hex color #01343B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01343B is #FECBC4. Grayscale: #252525. Windows color (decimal): -16698309 or 3879937. OLE color: 3879937.
HSL color Cylindrical-coordinate representation of color #01343B: hue angle of 187.24º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01343B is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 1 | 52 | 59 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.77 |
| HSL | 187.24º | 0.97% | 0.12% | - |
| HSV(B) | 187.24º | 0.98% | 0.23% | - |
| XYZ | 2.03 | 2.78 | 4.57 | - |
| YUV | 37.55 | 140.1 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 52 | 59 | 0.98 | 0.12 | 0 | 0.77 | 187.24 | 0.97 | 0.12 |
| Hex | 1 | 34 | 3B | 62 | C | 0 | 4D | BB | 61 | C |
| Octal | 1 | 64 | 73 | 142 | 14 | 0 | 115 | 273 | 141 | 14 |
| Binary | 1 | 110100 | 111011 | 1100010 | 1100 | 0 | 1001101 | 10111011 | 1100001 | 1100 |
Color Harmonies of #01343B
Complementary color
Monochromatic Colors of #01343B
Black with #01343B
Text Example
Text Example
White with #01343B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01343B; }
p { color: rgb(1,52,59); }
H1.HeaderClassName
{
color: #01343B;
}
.AnyTagClassName
{
color: #01343B;
}
</style>
background-color css
<style>
a { background-color: #01343B; }
a { background-color: rgb(1,52,59); }
div.DivClassName
{
background-color: #01343B;
}
.BgClassName
{
background-color: #01343B;
}
</style>
border-color css
<style>
span { border-color: #01343B; }
span { border-color: rgb(1,52,59); }
td.TdClassName
{
border-color: #01343B;
}
.TagClassName
{
border-color: #01343B;
}
</style>