Html Css Color HEX #014640 Cyprus

📋 copy color: '#014640'

red 1 ◦ green 70 ◦ blue 64

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

Shades of Cyprus #014640

Tints of Cyprus #014640

RGB

 RED value IS 1 (0.78% from 255) = 0.74%

 GREEN value IS 70 (27.73% from 255) = 51.85%

 BLUE value IS 64 (25.39% from 255) = 47.41%

R = 0.74%
G = 51.85%
B = 47.41%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.09

 K value IS 0.73

RGB Variations

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

Color information

#014640 (or 0x014640) is known color: Cyprus. HEX triplet: 01, 46 and 40. RGB value is (1,70,64). Sum of RGB (Red+Green+Blue) = 1+70+64=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 70 (27.73% from 255 or 51.85% from 135); Blue value is 64 (25.39% from 255 or 47.41% from 135); Max value from RGB is 70 - color contains mainly: green. Hex color #014640 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014640 is #FEB9BF. Grayscale: #303030. Windows color (decimal): -16693696 or 4212225. OLE color: 4212225.

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

Color convert

RGB 1 70 64 -
CMYK 0.99 0 0.09 0.73
HSL 174.78º 0.97% 0.14% -
HSV(B) 174.78º 0.99% 0.27% -
XYZ 3.13 4.76 5.6 -
YUV 48.69 136.64 93.99 -
System Red Green Blue C M Y K H S L
Decimal 1 70 64 0.99 0 0.09 0.73 174.78 0.97 0.14
Hex 1 46 40 63 0 9 49 AF 61 E
Octal 1 106 100 143 0 11 111 257 141 16
Binary 1 1000110 1000000 1100011 0 1001 1001001 10101111 1100001 1110

Color Harmonies of #014640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014640

Black with #014640

Text Example


Text Example

White with #014640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014640; }

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

 H1.HeaderClassName
 {
   color: #014640;
 }
 .AnyTagClassName
 {
   color: #014640;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #014640;
 }
 .BgClassName
 {
   background-color: #014640;
 }
</style>

border-color css

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

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

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