Html Css Color HEX #014A41 Cyprus

📋 copy color: '#014A41'

red 1 ◦ green 74 ◦ blue 65

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

Shades of Cyprus #014A41

Tints of Cyprus #014A41

RGB

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

 GREEN value IS 74 (29.3% from 255) = 52.86%

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

R = 0.71%
G = 52.86%
B = 46.43%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#014A41 (or 0x014A41) is known color: Cyprus. HEX triplet: 01, 4A and 41. RGB value is (1,74,65). Sum of RGB (Red+Green+Blue) = 1+74+65=140 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 140); Green value is 74 (29.30% from 255 or 52.86% from 140); Blue value is 65 (25.78% from 255 or 46.43% from 140); Max value from RGB is 74 - color contains mainly: green. Hex color #014A41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014A41 is #FEB5BE. Grayscale: #333333. Windows color (decimal): -16692671 or 4278785. OLE color: 4278785.

HSL color Cylindrical-coordinate representation of color #014A41: hue angle of 172.6º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014A41 is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB 1 74 65 -
CMYK 0.99 0 0.12 0.71
HSL 172.6º 0.97% 0.15% -
HSV(B) 172.6º 0.99% 0.29% -
XYZ 3.42 5.29 5.84 -
YUV 51.15 135.82 92.23 -
System Red Green Blue C M Y K H S L
Decimal 1 74 65 0.99 0 0.12 0.71 172.6 0.97 0.15
Hex 1 4A 41 63 0 C 47 AD 61 F
Octal 1 112 101 143 0 14 107 255 141 17
Binary 1 1001010 1000001 1100011 0 1100 1000111 10101101 1100001 1111

Color Harmonies of #014A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014A41

Black with #014A41

Text Example


Text Example

White with #014A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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