Html Css Color HEX #014741 Cyprus

📋 copy color: '#014741'

red 1 ◦ green 71 ◦ blue 65

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

Shades of Cyprus #014741

Tints of Cyprus #014741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 47.45%

R = 0.73%
G = 51.82%
B = 47.45%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#014741 (or 0x014741) is known color: Cyprus. HEX triplet: 01, 47 and 41. RGB value is (1,71,65). Sum of RGB (Red+Green+Blue) = 1+71+65=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 71 (28.12% from 255 or 51.82% from 137); Blue value is 65 (25.78% from 255 or 47.45% from 137); Max value from RGB is 71 - color contains mainly: green. Hex color #014741 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014741 is #FEB8BE. Grayscale: #313131. Windows color (decimal): -16693439 or 4278017. OLE color: 4278017.

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

Color convert

RGB 1 71 65 -
CMYK 0.99 0 0.08 0.72
HSL 174.86º 0.97% 0.14% -
HSV(B) 174.86º 0.99% 0.28% -
XYZ 3.22 4.89 5.78 -
YUV 49.39 136.81 93.49 -
System Red Green Blue C M Y K H S L
Decimal 1 71 65 0.99 0 0.08 0.72 174.86 0.97 0.14
Hex 1 47 41 63 0 8 48 AF 61 E
Octal 1 107 101 143 0 10 110 257 141 16
Binary 1 1000111 1000001 1100011 0 1000 1001000 10101111 1100001 1110

Color Harmonies of #014741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014741

Black with #014741

Text Example


Text Example

White with #014741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014741; }

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

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

background-color css

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

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

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

border-color css

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

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

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