#01493F

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

Shades of Cyprus #01493F

Tints of Cyprus #01493F

Color information

#01493F (or 0x01493F) is unknown color: approx Cyprus. HEX triplet: 01, 49 and 3F. RGB value is (1,73,63). Sum of RGB (Red+Green+Blue) = 1+73+63=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 73 (28.91% from 255 or 53.28% from 137); Blue value is 63 (25% from 255 or 45.99% from 137); Max value from RGB is 73 - color contains mainly: green. Hex color #01493F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01493F is #FEB6C0. Grayscale: #323232. Windows color (decimal): -16692929 or 4147457. OLE color: 4147457.

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

Color convert

RGB17363-
CMYK0.9900.140.71
HSL171.67º97.3%14.51%-
HSV(B)171.67º98.63%28.63%-
XYZ3.295.135.52-
YUV50.33135.1592.81-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.73%
GREEN value IS 73 (28.91% from 255) = 53.28%
BLUE value IS 63 (25% from 255) = 45.99%
R=0.73%
G=53.28%
B=45.99%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal173630.9900.140.71171.6797.314.51
Hex1493F630E47ac61f
Octal11117714301610725414117
Binary1100100111111111000110111010001111010110011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01493F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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