#01463D

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

Shades of Cyprus #01463D

Tints of Cyprus #01463D

Color information

#01463D (or 0x01463D) is unknown color: approx Cyprus. HEX triplet: 01, 46 and 3D. RGB value is (1,70,61). Sum of RGB (Red+Green+Blue) = 1+70+61=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 70 (27.73% from 255 or 53.03% from 132); Blue value is 61 (24.22% from 255 or 46.21% from 132); Max value from RGB is 70 - color contains mainly: green. Hex color #01463D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01463D is #FEB9C2. Grayscale: #303030. Windows color (decimal): -16693699 or 4015617. OLE color: 4015617.

HSL color Cylindrical-coordinate representation of color #01463D: hue angle of 172.17º 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 #01463D is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.

Color convert

RGB17061-
CMYK0.9900.130.73
HSL172.17º97.18%13.92%-
HSV(B)172.17º98.57%27.45%-
XYZ3.044.725.17-
YUV48.34135.1494.23-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.76%
GREEN value IS 70 (27.73% from 255) = 53.03%
BLUE value IS 61 (24.22% from 255) = 46.21%
R=0.76%
G=53.03%
B=46.21%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal170610.9900.130.73172.1797.1813.92
Hex1463D630D49ac61e
Octal11067514301511125414116
Binary1100011011110111000110110110010011010110011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01463D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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