Html Css Color HEX #013733 Cyprus

📋 copy color: '#013733'

red 1 ◦ green 55 ◦ blue 51

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

Shades of Cyprus #013733

Tints of Cyprus #013733

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 47.66%

R = 0.93%
G = 51.4%
B = 47.66%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.07

 K value IS 0.78

RGB Variations

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

Color information

#013733 (or 0x013733) is known color: Cyprus. HEX triplet: 01, 37 and 33. RGB value is (1,55,51). Sum of RGB (Red+Green+Blue) = 1+55+51=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 55 (21.88% from 255 or 51.40% from 107); Blue value is 51 (20.31% from 255 or 47.66% from 107); Max value from RGB is 55 - color contains mainly: green. Hex color #013733 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013733 is #FEC8CC. Grayscale: #262626. Windows color (decimal): -16697549 or 3356417. OLE color: 3356417.

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

Color convert

RGB 1 55 51 -
CMYK 0.98 0 0.07 0.78
HSL 175.56º 0.96% 0.11% -
HSV(B) 175.56º 0.98% 0.22% -
XYZ 1.98 2.98 3.6 -
YUV 38.4 135.11 101.33 -
System Red Green Blue C M Y K H S L
Decimal 1 55 51 0.98 0 0.07 0.78 175.56 0.96 0.11
Hex 1 37 33 62 0 7 4E B0 60 B
Octal 1 67 63 142 0 7 116 260 140 13
Binary 1 110111 110011 1100010 0 111 1001110 10110000 1100000 1011

Color Harmonies of #013733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013733

Black with #013733

Text Example


Text Example

White with #013733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013733; }

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

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

background-color css

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

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

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

border-color css

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

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

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