Html Css Color HEX #013B37 Cyprus

📋 copy color: '#013B37'

red 1 ◦ green 59 ◦ blue 55

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

Shades of Cyprus #013B37

Tints of Cyprus #013B37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 47.83%

R = 0.87%
G = 51.3%
B = 47.83%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.07

 K value IS 0.77

RGB Variations

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

Color information

#013B37 (or 0x013B37) is known color: Cyprus. HEX triplet: 01, 3B and 37. RGB value is (1,59,55). Sum of RGB (Red+Green+Blue) = 1+59+55=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 59 (23.44% from 255 or 51.30% from 115); Blue value is 55 (21.88% from 255 or 47.83% from 115); Max value from RGB is 59 - color contains mainly: green. Hex color #013B37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013B37 is #FEC4C8. Grayscale: #292929. Windows color (decimal): -16696521 or 3619585. OLE color: 3619585.

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

Color convert

RGB 1 59 55 -
CMYK 0.98 0 0.07 0.77
HSL 175.86º 0.97% 0.12% -
HSV(B) 175.86º 0.98% 0.23% -
XYZ 2.27 3.41 4.15 -
YUV 41.2 135.78 99.33 -
System Red Green Blue C M Y K H S L
Decimal 1 59 55 0.98 0 0.07 0.77 175.86 0.97 0.12
Hex 1 3B 37 62 0 7 4D B0 61 C
Octal 1 73 67 142 0 7 115 260 141 14
Binary 1 111011 110111 1100010 0 111 1001101 10110000 1100001 1100

Color Harmonies of #013B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013B37

Black with #013B37

Text Example


Text Example

White with #013B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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