Html Css Color HEX #014340 Cyprus

📋 copy color: '#014340'

red 1 ◦ green 67 ◦ blue 64

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

Shades of Cyprus #014340

Tints of Cyprus #014340

RGB

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

 GREEN value IS 67 (26.56% from 255) = 50.76%

 BLUE value IS 64 (25.39% from 255) = 48.48%

R = 0.76%
G = 50.76%
B = 48.48%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.04

 K value IS 0.74

RGB Variations

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

Color information

#014340 (or 0x014340) is known color: Cyprus. HEX triplet: 01, 43 and 40. RGB value is (1,67,64). Sum of RGB (Red+Green+Blue) = 1+67+64=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 67 (26.56% from 255 or 50.76% from 132); Blue value is 64 (25.39% from 255 or 48.48% from 132); Max value from RGB is 67 - color contains mainly: green. Hex color #014340 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014340 is #FEBCBF. Grayscale: #2E2E2E. Windows color (decimal): -16694464 or 4211457. OLE color: 4211457.

HSL color Cylindrical-coordinate representation of color #014340: hue angle of 177.27º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014340 is Cyan = 0.99, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.74.

Color convert

RGB 1 67 64 -
CMYK 0.99 0 0.04 0.74
HSL 177.27º 0.97% 0.13% -
HSV(B) 177.27º 0.99% 0.26% -
XYZ 2.95 4.39 5.54 -
YUV 46.92 137.63 95.24 -
System Red Green Blue C M Y K H S L
Decimal 1 67 64 0.99 0 0.04 0.74 177.27 0.97 0.13
Hex 1 43 40 63 0 4 4A B1 61 D
Octal 1 103 100 143 0 4 112 261 141 15
Binary 1 1000011 1000000 1100011 0 100 1001010 10110001 1100001 1101

Color Harmonies of #014340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014340

Black with #014340

Text Example


Text Example

White with #014340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014340; }

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

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

background-color css

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

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

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

border-color css

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

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

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