Html Css Color HEX #013735 Cyprus

📋 copy color: '#013735'

red 1 ◦ green 55 ◦ blue 53

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

Shades of Cyprus #013735

Tints of Cyprus #013735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 48.62%

R = 0.92%
G = 50.46%
B = 48.62%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.04

 K value IS 0.78

RGB Variations

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

Color information

#013735 (or 0x013735) is known color: Cyprus. HEX triplet: 01, 37 and 35. RGB value is (1,55,53). Sum of RGB (Red+Green+Blue) = 1+55+53=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 55 (21.88% from 255 or 50.46% from 109); Blue value is 53 (21.09% from 255 or 48.62% from 109); Max value from RGB is 55 - color contains mainly: green. Hex color #013735 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013735 is #FEC8CA. Grayscale: #262626. Windows color (decimal): -16697547 or 3487489. OLE color: 3487489.

HSL color Cylindrical-coordinate representation of color #013735: hue angle of 177.78º 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 #013735 is Cyan = 0.98, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.78.

Color convert

RGB 1 55 53 -
CMYK 0.98 0 0.04 0.78
HSL 177.78º 0.96% 0.11% -
HSV(B) 177.78º 0.98% 0.22% -
XYZ 2.02 3 3.84 -
YUV 38.63 136.11 101.16 -
System Red Green Blue C M Y K H S L
Decimal 1 55 53 0.98 0 0.04 0.78 177.78 0.96 0.11
Hex 1 37 35 62 0 4 4E B2 60 B
Octal 1 67 65 142 0 4 116 262 140 13
Binary 1 110111 110101 1100010 0 100 1001110 10110010 1100000 1011

Color Harmonies of #013735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013735

Black with #013735

Text Example


Text Example

White with #013735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013735; }

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

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

background-color css

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

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

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

border-color css

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

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

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