#01463F

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

Shades of Cyprus #01463F

Tints of Cyprus #01463F

Color information

#01463F (or 0x01463F) is unknown color: approx Cyprus. HEX triplet: 01, 46 and 3F. RGB value is (1,70,63). Sum of RGB (Red+Green+Blue) = 1+70+63=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 70 (27.73% from 255 or 52.24% from 134); Blue value is 63 (25% from 255 or 47.01% from 134); Max value from RGB is 70 - color contains mainly: green. Hex color #01463F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01463F is #FEB9C0. Grayscale: #303030. Windows color (decimal): -16693697 or 4146689. OLE color: 4146689.

HSL color Cylindrical-coordinate representation of color #01463F: hue angle of 173.91º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01463F is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB17063-
CMYK0.9900.100.73
HSL173.91º97.18%13.92%-
HSV(B)173.91º98.57%27.45%-
XYZ3.14.755.46-
YUV48.57136.1494.07-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.75%
GREEN value IS 70 (27.73% from 255) = 52.24%
BLUE value IS 63 (25% from 255) = 47.01%
R=0.75%
G=52.24%
B=47.01%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal170630.9900.100.73173.9197.1813.92
Hex1463F630A49ae61e
Octal11067714301211125614116
Binary1100011011111111000110101010010011010111011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01463F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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