Html Css Color HEX #013734 Cyprus

📋 copy color: '#013734'

red 1 ◦ green 55 ◦ blue 52

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

Shades of Cyprus #013734

Tints of Cyprus #013734

RGB

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

 GREEN value IS 55 (21.88% from 255) = 50.93%

 BLUE value IS 52 (20.7% from 255) = 48.15%

R = 0.93%
G = 50.93%
B = 48.15%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.05

 K value IS 0.78

RGB Variations

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

Color information

#013734 (or 0x013734) is known color: Cyprus. HEX triplet: 01, 37 and 34. RGB value is (1,55,52). Sum of RGB (Red+Green+Blue) = 1+55+52=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 55 (21.88% from 255 or 50.93% from 108); Blue value is 52 (20.70% from 255 or 48.15% from 108); Max value from RGB is 55 - color contains mainly: green. Hex color #013734 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013734 is #FEC8CB. Grayscale: #262626. Windows color (decimal): -16697548 or 3421953. OLE color: 3421953.

HSL color Cylindrical-coordinate representation of color #013734: hue angle of 176.67º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013734 is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB 1 55 52 -
CMYK 0.98 0 0.05 0.78
HSL 176.67º 0.96% 0.11% -
HSV(B) 176.67º 0.98% 0.22% -
XYZ 2 2.99 3.72 -
YUV 38.51 135.61 101.24 -
System Red Green Blue C M Y K H S L
Decimal 1 55 52 0.98 0 0.05 0.78 176.67 0.96 0.11
Hex 1 37 34 62 0 5 4E B1 60 B
Octal 1 67 64 142 0 5 116 261 140 13
Binary 1 110111 110100 1100010 0 101 1001110 10110001 1100000 1011

Color Harmonies of #013734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013734

Black with #013734

Text Example


Text Example

White with #013734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013734; }

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

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

background-color css

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

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

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

border-color css

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

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

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