Html Css Color HEX #013B3A Cyprus

📋 copy color: '#013B3A'

red 1 ◦ green 59 ◦ blue 58

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

Shades of Cyprus #013B3A

Tints of Cyprus #013B3A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 50%

 BLUE value IS 58 (23.05% from 255) = 49.15%

R = 0.85%
G = 50%
B = 49.15%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.02

 K value IS 0.77

RGB Variations

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

Color information

#013B3A (or 0x013B3A) is known color: Cyprus. HEX triplet: 01, 3B and 3A. RGB value is (1,59,58). Sum of RGB (Red+Green+Blue) = 1+59+58=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 59 (23.44% from 255 or 50% from 118); Blue value is 58 (23.05% from 255 or 49.15% from 118); Max value from RGB is 59 - color contains mainly: green. Hex color #013B3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013B3A is #FEC4C5. Grayscale: #292929. Windows color (decimal): -16696518 or 3816193. OLE color: 3816193.

HSL color Cylindrical-coordinate representation of color #013B3A: hue angle of 178.97º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013B3A is Cyan = 0.98, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.77.

Color convert

RGB 1 59 58 -
CMYK 0.98 0 0.02 0.77
HSL 178.97º 0.97% 0.12% -
HSV(B) 178.97º 0.98% 0.23% -
XYZ 2.34 3.44 4.54 -
YUV 41.54 137.28 99.08 -
System Red Green Blue C M Y K H S L
Decimal 1 59 58 0.98 0 0.02 0.77 178.97 0.97 0.12
Hex 1 3B 3A 62 0 2 4D B3 61 C
Octal 1 73 72 142 0 2 115 263 141 14
Binary 1 111011 111010 1100010 0 10 1001101 10110011 1100001 1100

Color Harmonies of #013B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013B3A

Black with #013B3A

Text Example


Text Example

White with #013B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013B3A; }

 p { color: rgb(1,59,58); }

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

background-color css

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

 a { background-color: rgb(1,59,58); }

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

border-color css

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

 span { border-color: rgb(1,59,58); }

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