Html Css Color HEX #014739 Cyprus

📋 copy color: '#014739'

red 1 ◦ green 71 ◦ blue 57

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

Shades of Cyprus #014739

Tints of Cyprus #014739

RGB

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

 GREEN value IS 71 (28.13% from 255) = 55.04%

 BLUE value IS 57 (22.66% from 255) = 44.19%

R = 0.78%
G = 55.04%
B = 44.19%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.20

 K value IS 0.72

RGB Variations

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

Color information

#014739 (or 0x014739) is known color: Cyprus. HEX triplet: 01, 47 and 39. RGB value is (1,71,57). Sum of RGB (Red+Green+Blue) = 1+71+57=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 71 (28.12% from 255 or 55.04% from 129); Blue value is 57 (22.66% from 255 or 44.19% from 129); Max value from RGB is 71 - color contains mainly: green. Hex color #014739 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014739 is #FEB8C6. Grayscale: #303030. Windows color (decimal): -16693447 or 3753729. OLE color: 3753729.

HSL color Cylindrical-coordinate representation of color #014739: hue angle of 168º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014739 is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.72.

Color convert

RGB 1 71 57 -
CMYK 0.99 0 0.20 0.72
HSL 168º 0.97% 0.14% -
HSV(B) 168º 0.99% 0.28% -
XYZ 3 4.81 4.64 -
YUV 48.47 132.81 94.14 -
System Red Green Blue C M Y K H S L
Decimal 1 71 57 0.99 0 0.20 0.72 168 0.97 0.14
Hex 1 47 39 63 0 14 48 A8 61 E
Octal 1 107 71 143 0 24 110 250 141 16
Binary 1 1000111 111001 1100011 0 10100 1001000 10101000 1100001 1110

Color Harmonies of #014739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014739

Black with #014739

Text Example


Text Example

White with #014739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014739; }

 p { color: rgb(1,71,57); }

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

background-color css

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

 a { background-color: rgb(1,71,57); }

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

border-color css

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

 span { border-color: rgb(1,71,57); }

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