Html Css Color HEX #014342 Cyprus

📋 copy color: '#014342'

red 1 ◦ green 67 ◦ blue 66

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

Shades of Cyprus #014342

Tints of Cyprus #014342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 49.25%

R = 0.75%
G = 50%
B = 49.25%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.01

 K value IS 0.74

RGB Variations

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

Color information

#014342 (or 0x014342) is known color: Cyprus. HEX triplet: 01, 43 and 42. RGB value is (1,67,66). Sum of RGB (Red+Green+Blue) = 1+67+66=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 67 (26.56% from 255 or 50% from 134); Blue value is 66 (26.17% from 255 or 49.25% from 134); Max value from RGB is 67 - color contains mainly: green. Hex color #014342 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014342 is #FEBCBD. Grayscale: #2F2F2F. Windows color (decimal): -16694462 or 4342529. OLE color: 4342529.

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

Color convert

RGB 1 67 66 -
CMYK 0.99 0 0.01 0.74
HSL 179.09º 0.97% 0.13% -
HSV(B) 179.09º 0.99% 0.26% -
XYZ 3 4.41 5.85 -
YUV 47.15 138.63 95.08 -
System Red Green Blue C M Y K H S L
Decimal 1 67 66 0.99 0 0.01 0.74 179.09 0.97 0.13
Hex 1 43 42 63 0 1 4A B3 61 D
Octal 1 103 102 143 0 1 112 263 141 15
Binary 1 1000011 1000010 1100011 0 1 1001010 10110011 1100001 1101

Color Harmonies of #014342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014342

Black with #014342

Text Example


Text Example

White with #014342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014342; }

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

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

background-color css

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

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

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

border-color css

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

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

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