Html Css Color HEX #01463F Cyprus

📋 copy color: '#01463F'

red 1 ◦ green 70 ◦ blue 63

#01463F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #01463F

Tints of Cyprus #01463F

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 value IS 0.99

 M value IS 0

 Y value IS 0.10

 K value IS 0.73

RGB Variations

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

Color information

#01463F (or 0x01463F) is known color: 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

RGB 1 70 63 -
CMYK 0.99 0 0.10 0.73
HSL 173.91º 0.97% 0.14% -
HSV(B) 173.91º 0.99% 0.27% -
XYZ 3.1 4.75 5.46 -
YUV 48.57 136.14 94.07 -
System Red Green Blue C M Y K H S L
Decimal 1 70 63 0.99 0 0.10 0.73 173.91 0.97 0.14
Hex 1 46 3F 63 0 A 49 AE 61 E
Octal 1 106 77 143 0 12 111 256 141 16
Binary 1 1000110 111111 1100011 0 1010 1001001 10101110 1100001 1110

Color Harmonies of #01463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01463F

Black with #01463F

Text Example


Text Example

White with #01463F

Text Example


Text Example

HTML Codes & Css Web 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>