#01493A

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

Shades of Cyprus #01493A

Tints of Cyprus #01493A

Color information

#01493A (or 0x01493A) is unknown color: approx Cyprus. HEX triplet: 01, 49 and 3A. RGB value is (1,73,58). Sum of RGB (Red+Green+Blue) = 1+73+58=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 73 (28.91% from 255 or 55.30% from 132); Blue value is 58 (23.05% from 255 or 43.94% from 132); Max value from RGB is 73 - color contains mainly: green. Hex color #01493A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01493A is #FEB6C5. Grayscale: #313131. Windows color (decimal): -16692934 or 3819777. OLE color: 3819777.

HSL color Cylindrical-coordinate representation of color #01493A: hue angle of 167.5º 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 #01493A is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.71.

Color convert

RGB17358-
CMYK0.9900.210.71
HSL167.5º97.3%14.51%-
HSV(B)167.5º98.63%28.63%-
XYZ3.165.084.82-
YUV49.76132.6593.22-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.76%
GREEN value IS 73 (28.91% from 255) = 55.30%
BLUE value IS 58 (23.05% from 255) = 43.94%
R=0.76%
G=55.30%
B=43.94%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal173580.9900.210.71167.597.314.51
Hex1493A6301547a861f
Octal11117214302510725014117
Binary11001001111010110001101010110001111010100011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01493A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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