Shades of Cyprus #01343A
Tints of Cyprus #01343A
RGB
CMYK
RGB Variations
Color information
#01343A (or 0x01343A) is known color: Cyprus. HEX triplet: 01, 34 and 3A. RGB value is (1,52,58). Sum of RGB (Red+Green+Blue) = 1+52+58=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 52 (20.70% from 255 or 46.85% from 111); Blue value is 58 (23.05% from 255 or 52.25% from 111); Max value from RGB is 58 - color contains mainly: blue. Hex color #01343A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01343A is #FECBC5. Grayscale: #252525. Windows color (decimal): -16698310 or 3814401. OLE color: 3814401.
HSL color Cylindrical-coordinate representation of color #01343A: hue angle of 186.32º 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 #01343A is Cyan = 0.98, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 1 | 52 | 58 | - |
| CMYK | 0.98 | 0.10 | 0 | 0.77 |
| HSL | 186.32º | 0.97% | 0.12% | - |
| HSV(B) | 186.32º | 0.98% | 0.23% | - |
| XYZ | 2 | 2.77 | 4.43 | - |
| YUV | 37.44 | 139.6 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 52 | 58 | 0.98 | 0.10 | 0 | 0.77 | 186.32 | 0.97 | 0.12 |
| Hex | 1 | 34 | 3A | 62 | A | 0 | 4D | BA | 61 | C |
| Octal | 1 | 64 | 72 | 142 | 12 | 0 | 115 | 272 | 141 | 14 |
| Binary | 1 | 110100 | 111010 | 1100010 | 1010 | 0 | 1001101 | 10111010 | 1100001 | 1100 |
Color Harmonies of #01343A
Complementary color
Monochromatic Colors of #01343A
Black with #01343A
Text Example
Text Example
White with #01343A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01343A; }
p { color: rgb(1,52,58); }
H1.HeaderClassName
{
color: #01343A;
}
.AnyTagClassName
{
color: #01343A;
}
</style>
background-color css
<style>
a { background-color: #01343A; }
a { background-color: rgb(1,52,58); }
div.DivClassName
{
background-color: #01343A;
}
.BgClassName
{
background-color: #01343A;
}
</style>
border-color css
<style>
span { border-color: #01343A; }
span { border-color: rgb(1,52,58); }
td.TdClassName
{
border-color: #01343A;
}
.TagClassName
{
border-color: #01343A;
}
</style>