Html Css Color HEX #014743 Cyprus

📋 copy color: '#014743'

red 1 ◦ green 71 ◦ blue 67

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

Shades of Cyprus #014743

Tints of Cyprus #014743

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 48.2%

R = 0.72%
G = 51.08%
B = 48.2%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#014743 (or 0x014743) is known color: Cyprus. HEX triplet: 01, 47 and 43. RGB value is (1,71,67). Sum of RGB (Red+Green+Blue) = 1+71+67=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 71 (28.12% from 255 or 51.08% from 139); Blue value is 67 (26.56% from 255 or 48.20% from 139); Max value from RGB is 71 - color contains mainly: green. Hex color #014743 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014743 is #FEB8BC. Grayscale: #313131. Windows color (decimal): -16693437 or 4409089. OLE color: 4409089.

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

Color convert

RGB 1 71 67 -
CMYK 0.99 0 0.06 0.72
HSL 176.57º 0.97% 0.14% -
HSV(B) 176.57º 0.99% 0.28% -
XYZ 3.28 4.92 6.09 -
YUV 49.61 137.81 93.33 -
System Red Green Blue C M Y K H S L
Decimal 1 71 67 0.99 0 0.06 0.72 176.57 0.97 0.14
Hex 1 47 43 63 0 6 48 B1 61 E
Octal 1 107 103 143 0 6 110 261 141 16
Binary 1 1000111 1000011 1100011 0 110 1001000 10110001 1100001 1110

Color Harmonies of #014743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014743

Black with #014743

Text Example


Text Example

White with #014743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014743; }

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

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

background-color css

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

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

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

border-color css

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

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

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