Html Css Color HEX #013C35 Cyprus

📋 copy color: '#013C35'

red 1 ◦ green 60 ◦ blue 53

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

Shades of Cyprus #013C35

Tints of Cyprus #013C35

RGB

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

 GREEN value IS 60 (23.83% from 255) = 52.63%

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

R = 0.88%
G = 52.63%
B = 46.49%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.12

 K value IS 0.76

RGB Variations

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

Color information

#013C35 (or 0x013C35) is known color: Cyprus. HEX triplet: 01, 3C and 35. RGB value is (1,60,53). Sum of RGB (Red+Green+Blue) = 1+60+53=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 60 (23.83% from 255 or 52.63% from 114); Blue value is 53 (21.09% from 255 or 46.49% from 114); Max value from RGB is 60 - color contains mainly: green. Hex color #013C35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013C35 is #FEC3CA. Grayscale: #292929. Windows color (decimal): -16696267 or 3488769. OLE color: 3488769.

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

Color convert

RGB 1 60 53 -
CMYK 0.98 0 0.12 0.76
HSL 172.88º 0.97% 0.12% -
HSV(B) 172.88º 0.98% 0.24% -
XYZ 2.27 3.5 3.92 -
YUV 41.56 134.45 99.07 -
System Red Green Blue C M Y K H S L
Decimal 1 60 53 0.98 0 0.12 0.76 172.88 0.97 0.12
Hex 1 3C 35 62 0 C 4C AD 61 C
Octal 1 74 65 142 0 14 114 255 141 14
Binary 1 111100 110101 1100010 0 1100 1001100 10101101 1100001 1100

Color Harmonies of #013C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013C35

Black with #013C35

Text Example


Text Example

White with #013C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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