Html Css Color HEX #014339 Cyprus

📋 copy color: '#014339'

red 1 ◦ green 67 ◦ blue 57

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

Shades of Cyprus #014339

Tints of Cyprus #014339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 45.6%

R = 0.8%
G = 53.6%
B = 45.6%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.15

 K value IS 0.74

RGB Variations

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

Color information

#014339 (or 0x014339) is known color: Cyprus. HEX triplet: 01, 43 and 39. RGB value is (1,67,57). Sum of RGB (Red+Green+Blue) = 1+67+57=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 67 (26.56% from 255 or 53.6% from 125); Blue value is 57 (22.66% from 255 or 45.6% from 125); Max value from RGB is 67 - color contains mainly: green. Hex color #014339 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014339 is #FEBCC6. Grayscale: #2E2E2E. Windows color (decimal): -16694471 or 3752705. OLE color: 3752705.

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

Color convert

RGB 1 67 57 -
CMYK 0.99 0 0.15 0.74
HSL 170.91º 0.97% 0.13% -
HSV(B) 170.91º 0.99% 0.26% -
XYZ 2.76 4.32 4.56 -
YUV 46.13 134.13 95.81 -
System Red Green Blue C M Y K H S L
Decimal 1 67 57 0.99 0 0.15 0.74 170.91 0.97 0.13
Hex 1 43 39 63 0 F 4A AB 61 D
Octal 1 103 71 143 0 17 112 253 141 15
Binary 1 1000011 111001 1100011 0 1111 1001010 10101011 1100001 1101

Color Harmonies of #014339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014339

Black with #014339

Text Example


Text Example

White with #014339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014339; }

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

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

background-color css

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

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

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

border-color css

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

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

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