Html Css Color HEX #013B35 Cyprus

📋 copy color: '#013B35'

red 1 ◦ green 59 ◦ blue 53

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

Shades of Cyprus #013B35

Tints of Cyprus #013B35

RGB

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

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

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

R = 0.88%
G = 52.21%
B = 46.9%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.10

 K value IS 0.77

RGB Variations

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

Color information

#013B35 (or 0x013B35) is known color: Cyprus. HEX triplet: 01, 3B and 35. RGB value is (1,59,53). Sum of RGB (Red+Green+Blue) = 1+59+53=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 59 (23.44% from 255 or 52.21% from 113); Blue value is 53 (21.09% from 255 or 46.90% from 113); Max value from RGB is 59 - color contains mainly: green. Hex color #013B35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013B35 is #FEC4CA. Grayscale: #282828. Windows color (decimal): -16696523 or 3488513. OLE color: 3488513.

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

Color convert

RGB 1 59 53 -
CMYK 0.98 0 0.10 0.77
HSL 173.79º 0.97% 0.12% -
HSV(B) 173.79º 0.98% 0.23% -
XYZ 2.22 3.39 3.91 -
YUV 40.97 134.78 99.49 -
System Red Green Blue C M Y K H S L
Decimal 1 59 53 0.98 0 0.10 0.77 173.79 0.97 0.12
Hex 1 3B 35 62 0 A 4D AE 61 C
Octal 1 73 65 142 0 12 115 256 141 14
Binary 1 111011 110101 1100010 0 1010 1001101 10101110 1100001 1100

Color Harmonies of #013B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013B35

Black with #013B35

Text Example


Text Example

White with #013B35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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