Html Css Color HEX #014137 Cyprus

📋 copy color: '#014137'

red 1 ◦ green 65 ◦ blue 55

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

Shades of Cyprus #014137

Tints of Cyprus #014137

RGB

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

 GREEN value IS 65 (25.78% from 255) = 53.72%

 BLUE value IS 55 (21.88% from 255) = 45.45%

R = 0.83%
G = 53.72%
B = 45.45%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.15

 K value IS 0.75

RGB Variations

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

Color information

#014137 (or 0x014137) is known color: Cyprus. HEX triplet: 01, 41 and 37. RGB value is (1,65,55). Sum of RGB (Red+Green+Blue) = 1+65+55=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 65 (25.78% from 255 or 53.72% from 121); Blue value is 55 (21.88% from 255 or 45.45% from 121); Max value from RGB is 65 - color contains mainly: green. Hex color #014137 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014137 is #FEBEC8. Grayscale: #2C2C2C. Windows color (decimal): -16694985 or 3621121. OLE color: 3621121.

HSL color Cylindrical-coordinate representation of color #014137: hue angle of 170.62º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #014137 is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 65 55 -
CMYK 0.98 0 0.15 0.75
HSL 170.63º 0.97% 0.13% -
HSV(B) 170.63º 0.98% 0.25% -
XYZ 2.59 4.06 4.26 -
YUV 44.72 133.8 96.81 -
System Red Green Blue C M Y K H S L
Decimal 1 65 55 0.98 0 0.15 0.75 170.63 0.97 0.13
Hex 1 41 37 62 0 F 4B AB 61 D
Octal 1 101 67 142 0 17 113 253 141 15
Binary 1 1000001 110111 1100010 0 1111 1001011 10101011 1100001 1101

Color Harmonies of #014137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014137

Black with #014137

Text Example


Text Example

White with #014137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014137; }

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

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

background-color css

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

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

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

border-color css

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

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

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