#01493B

Color #01493B Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #01493B

Tints of Cyprus #01493B

Color information

#01493B (or 0x01493B) is unknown color: approx Cyprus. HEX triplet: 01, 49 and 3B. RGB value is (1,73,59). Sum of RGB (Red+Green+Blue) = 1+73+59=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 73 (28.91% from 255 or 54.89% from 133); Blue value is 59 (23.44% from 255 or 44.36% from 133); Max value from RGB is 73 - color contains mainly: green. Hex color #01493B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01493B is #FEB6C4. Grayscale: #313131. Windows color (decimal): -16692933 or 3885313. OLE color: 3885313.

HSL color Cylindrical-coordinate representation of color #01493B: hue angle of 168.33º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01493B is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB17359-
CMYK0.9900.190.71
HSL168.33º97.3%14.51%-
HSV(B)168.33º98.63%28.63%-
XYZ3.185.094.95-
YUV49.88133.1593.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 0.75%
GREEN value IS 73 (28.91% from 255) = 54.89%
BLUE value IS 59 (23.44% from 255) = 44.36%
R=0.75%
G=54.89%
B=44.36%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal173590.9900.190.71168.3397.314.51
Hex1493B6301347a861f
Octal11117314302310725014117
Binary11001001111011110001101001110001111010100011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01493B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01493B; }

 p { color: rgb(1,73,59); }

 H1.HeaderClassName
 {
   color: #01493B;
 }
 .AnyTagClassName
 {
   color: #01493B;
 }
</style>
background-color css

<style>
 a { background-color: #01493B; }

 a { background-color: rgb(1,73,59); }

 div.DivClassName
 {
   background-color: #01493B;
 }
 .BgClassName
 {
   background-color: #01493B;
 }
</style>
border-color css

<style>
 span { border-color: #01493B; }

 span { border-color: rgb(1,73,59); }

 td.TdClassName
 {
   border-color: #01493B;
 }
 .TagClassName
 {
   border-color: #01493B;
 }
</style>